com.espertech.esper.client.time
Class TimerControlEvent

java.lang.Object
  extended by com.espertech.esper.client.time.TimerEvent
      extended by com.espertech.esper.client.time.TimerControlEvent
All Implemented Interfaces:
java.io.Serializable

public final class TimerControlEvent
extends TimerEvent

Event for controlling clocking, i.e. to enable and disable external clocking.

See Also:
Serialized Form

Nested Class Summary
static class TimerControlEvent.ClockType
          Constants controlling the clocking.
 
Constructor Summary
TimerControlEvent(TimerControlEvent.ClockType clockType)
          Constructor takes a clocking type as parameter.
 
Method Summary
 TimerControlEvent.ClockType getClockType()
          Returns clocking type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerControlEvent

public TimerControlEvent(TimerControlEvent.ClockType clockType)
Constructor takes a clocking type as parameter.

Parameters:
clockType - for internal or external clocking
Method Detail

getClockType

public TimerControlEvent.ClockType getClockType()
Returns clocking type.

Returns:
clocking type

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com