Package | Description |
---|---|
com.espertech.esper.client.time |
This package defines the Esper Client timer control events.
|
Modifier and Type | Method and Description |
---|---|
TimerControlEvent.ClockType |
TimerControlEvent.getClockType()
Returns clocking type.
|
static TimerControlEvent.ClockType |
TimerControlEvent.ClockType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimerControlEvent.ClockType[] |
TimerControlEvent.ClockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TimerControlEvent(TimerControlEvent.ClockType clockType)
Constructor takes a clocking type as parameter.
|