org.almendra.janet.ade.distributor.interpreters
Class ObserverStateChangedInterpreter

java.lang.Object
  extended by org.almendra.janet.ade.distributor.interpreters.DistributorInterpreter
      extended by org.almendra.janet.ade.distributor.interpreters.ObserverStateChangedInterpreter
All Implemented Interfaces:
IInterpreter

public class ObserverStateChangedInterpreter
extends DistributorInterpreter
implements IInterpreter

Author:
Oliver Plohmann

Field Summary
 
Fields inherited from class org.almendra.janet.ade.distributor.interpreters.DistributorInterpreter
anchor
 
Constructor Summary
ObserverStateChangedInterpreter()
          Creates a new ObserverStateChangedInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(CommandAccessor cmdAccessor)
           
 
Methods inherited from class org.almendra.janet.ade.distributor.interpreters.DistributorInterpreter
getDistributorAnchor, getLoadAdministratorAgent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObserverStateChangedInterpreter

public ObserverStateChangedInterpreter()
Creates a new ObserverStateChangedInterpreter object.

Method Detail

execute

public void execute(CommandAccessor cmdAccessor)
Specified by:
execute in interface IInterpreter

commandNames

public StringVector commandNames()
Specified by:
commandNames in interface IInterpreter