|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClockEvent
The IClockEvent is the interface for the Clock events fired when the simulated time changes. It contains the information about the old and new simulated time. The clock events are distributed to the IClockListeners.
IClockListener
Method Summary | |
---|---|
long |
getNewTime()
Returns the new simulated time. |
long |
getOldTime()
Returns the previous simulated time before the time changed. |
Method Detail |
---|
long getOldTime()
long getNewTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |