| Home >> All |
Source code: middle/TimeUnitChangeListener.java
1 2 /* ********************************** 3 File: TimeUnitChangeListener.java 4 Authors alec(panovici@elcom.pub.ro) 5 Luci 6 Created on: ?? 7 Comments: Part of the vIDE Project 8 Copyright 1999 the vIDE Team. 9 ***********************************/ 10 11 package middle; 12 13 public interface TimeUnitChangeListener { 14 15 public void timeNotify(); 16 }