org.almendra.janet.cas.monitor.interpreters
Class StartInterpreter

java.lang.Object
  extended by org.almendra.janet.cas.monitor.interpreters.AbstractConsumerInterpreter
      extended by org.almendra.janet.cas.monitor.interpreters.StartInterpreter
All Implemented Interfaces:
IInterpreter

public class StartInterpreter
extends AbstractConsumerInterpreter
implements IInterpreter


Constructor Summary
StartInterpreter()
          Creates a new StartInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(CommandAccessor cmdAccessor)
           
protected  void installAnchor(CommandAccessor cmdAccessor, MonitorViewController controller)
           
protected  void installHandler(CommandAccessor cmdAccessor)
           
protected  void installProducers(CommandAccessor cmdAccessor)
           
 
Methods inherited from class org.almendra.janet.cas.monitor.interpreters.AbstractConsumerInterpreter
getAnchor, getViewController
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartInterpreter

public StartInterpreter()
Creates a new StartInterpreter object.

Method Detail

execute

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

installHandler

protected void installHandler(CommandAccessor cmdAccessor)
Parameters:
cmdAccessor -

installAnchor

protected void installAnchor(CommandAccessor cmdAccessor,
                             MonitorViewController controller)
Parameters:
cmdAccessor -

installProducers

protected void installProducers(CommandAccessor cmdAccessor)
Parameters:
cmdAccessor -

commandNames

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