org.almendra.janet.ade.executor
Class ObserveWaitingCommandsExecutable

java.lang.Object
  extended by org.almendra.janet.ade.executor.ObserveWaitingCommandsExecutable
All Implemented Interfaces:
IExecutable

public class ObserveWaitingCommandsExecutable
extends java.lang.Object
implements IExecutable


Field Summary
protected  ExecutorAnchor anchor
           
protected  long period
           
 
Constructor Summary
ObserveWaitingCommandsExecutable()
          Creates a new ObserveWaitingCommandsExecutable object.
ObserveWaitingCommandsExecutable(ExecutorAnchor anchor, long period)
          Creates a new ObserveWaitingCommandsExecutable object.
 
Method Summary
 void execute(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anchor

protected ExecutorAnchor anchor

period

protected long period
Constructor Detail

ObserveWaitingCommandsExecutable

public ObserveWaitingCommandsExecutable()
Creates a new ObserveWaitingCommandsExecutable object.


ObserveWaitingCommandsExecutable

public ObserveWaitingCommandsExecutable(ExecutorAnchor anchor,
                                        long period)
Creates a new ObserveWaitingCommandsExecutable object.

Method Detail

execute

public void execute(java.lang.Object object)
Specified by:
execute in interface IExecutable