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

public final class TimerControlEvent
extends TimerEvent

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


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

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com