|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.salespointframework.core.events.TimerEvent
public class TimerEvent
An event to be fired by implementations of the Timer
interface.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
TimerEvent(Timer tSource)
Create a new TimerEvent |
Method Summary | |
---|---|
java.lang.Object |
getTime()
|
java.lang.Object |
getTimeStamp()
Return the time stamp for this event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TimerEvent(Timer tSource)
tSource
- the source of this eventMethod Detail |
---|
public java.lang.Object getTime()
public java.lang.Object getTimeStamp()
Thus, two TimerEvents can always be ordered according to their time of creation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |