org.almendra.janet.ade.executor.interpreters
Class ObserverConnectionStatusChangedInterpreter

java.lang.Object
  extended by org.almendra.janet.ade.executor.interpreters.ExecutorInterpreter
      extended by org.almendra.janet.ade.executor.interpreters.ObserverConnectionStatusChangedInterpreter
All Implemented Interfaces:
IInterpreter

public class ObserverConnectionStatusChangedInterpreter
extends ExecutorInterpreter
implements IInterpreter

Author:
Oliver Plohmann

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

Constructor Detail

ObserverConnectionStatusChangedInterpreter

public ObserverConnectionStatusChangedInterpreter()
Creates a new ObserverConnectionStatusChangedInterpreter 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