Uses of Class
net.esper.client.time.TimerControlEvent.ClockType

Packages that use TimerControlEvent.ClockType
net.esper.client.time This package defines the Esper Client timer control events. 
 

Uses of TimerControlEvent.ClockType in net.esper.client.time
 

Methods in net.esper.client.time that return TimerControlEvent.ClockType
 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're declared.
 

Constructors in net.esper.client.time with parameters of type TimerControlEvent.ClockType
TimerControlEvent(TimerControlEvent.ClockType clockType)
          Constructor takes a clocking type as parameter.