fr.esrf.tangoatk.core
Interface ICommandGroup
- All Superinterfaces:
- IEntityCollection, IRefreshee, java.io.Serializable
- All Known Implementing Classes:
- CommandGroup
public interface ICommandGroup
- extends IEntityCollection
ICommandGroup is the interface that defines a
commandGroup. Generally speaking, to work with command groups, one registers
as an EndGroupExecution listener throught the addEndGroupExecutionListener,
and calls the execute execute method.
The method endGroupExecution of the listener is called when all the commands inside the
group are executed.
- See Also:
IEndGroupExecutionListener
setFilter
void setFilter(IEntityFilter filter)
addEndGroupExecutionListener
void addEndGroupExecutionListener(IEndGroupExecutionListener l)
removeEndGroupExecutionListener
void removeEndGroupExecutionListener(IEndGroupExecutionListener l)
execute
void execute()