jas.util
Interface CommandTarget

All Known Subinterfaces:
BooleanCommandTarget, SimpleCommandTarget
All Known Implementing Classes:
CommandProcessor.BooleanTarget, CommandProcessor.SimpleTarget

public interface CommandTarget

A CommandTarget represents a single action that will be performed as a result of a command being issued. CommandTargets can be enabled is disabled. A set of CommandTargets are typically grouped together into a CommandProcessor.


Method Summary
 void enable(JASState state)
          Called to determine if CommandTarget is enabled or disabled.
 CommandProcessor getProcessor()
          Gets the CommandProcessor associated with this CommandTarget.
 

Method Detail

enable

void enable(JASState state)
Called to determine if CommandTarget is enabled or disabled.


getProcessor

CommandProcessor getProcessor()
Gets the CommandProcessor associated with this CommandTarget.



Copyright © 2000-2009 FreeHEP. All Rights Reserved.