org.freehep.util.commanddispatcher
Interface CommandGroup

All Known Implementing Classes:
CommandProcessor

public interface CommandGroup

A CommandGroup represents a collection of CommandTargets. The CommandGroup is Observable, and is normally Observed by the CommandTargetManager. When the CommandGroup calls its notifies its observers, the CommandTargetManager prompts each CommandSource currently attached to CommandTargets within the CommandGroup to update their enabled/disabled status.

Version:
$Id: CommandGroup.java 8584 2006-08-10 23:06:37Z duns $
Author:
tonyj

Method Summary
 CommandTarget acceptCommand(String command)
           
 void addObserver(Observer observer)
           
 void deleteObserver(Observer observer)
           
 void setManager(CommandTargetManager manager)
           
 

Method Detail

acceptCommand

CommandTarget acceptCommand(String command)

addObserver

void addObserver(Observer observer)

deleteObserver

void deleteObserver(Observer observer)

setManager

void setManager(CommandTargetManager manager)


Copyright © 2000-2006 FreeHEP. All Rights Reserved.