com.almende.eve.clock
Class RunnableClock

java.lang.Object
  extended by com.almende.eve.clock.RunnableClock
All Implemented Interfaces:
Clock, Runnable

public class RunnableClock
extends Object
implements Runnable, Clock


Constructor Summary
RunnableClock()
           
 
Method Summary
 void requestTrigger(String agentId, org.joda.time.DateTime due, Runnable callback)
           
 void run()
           
 void runInPool(Runnable method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunnableClock

public RunnableClock()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

requestTrigger

public void requestTrigger(String agentId,
                           org.joda.time.DateTime due,
                           Runnable callback)
Specified by:
requestTrigger in interface Clock

runInPool

public void runInPool(Runnable method)
Specified by:
runInPool in interface Clock


Copyright © 2013 Almende BV. All Rights Reserved.