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

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

public class DisplayAttributeInterpreter
extends AbstractConsumerInterpreter
implements IInterpreter


Constructor Summary
DisplayAttributeInterpreter()
          Creates a new DisplayAttributeInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(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

DisplayAttributeInterpreter

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