|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.time.TimerEvent
net.esper.client.time.CurrentTimeEvent
public final class CurrentTimeEvent
Event for externally controlling the time within an EPRuntime
instance.
External clocking must be enabled via TimerControlEvent
before this class can be used
to externally feed time.
Constructor Summary | |
---|---|
CurrentTimeEvent(long timeInMillis)
Constructor. |
Method Summary | |
---|---|
long |
getTimeInMillis()
Returns the time in milliseconds. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CurrentTimeEvent(long timeInMillis)
timeInMillis
- is the time in millisecondsMethod Detail |
---|
public String toString()
toString
in class Object
public long getTimeInMillis()
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |