fr.esrf.tangoatk.core
Interface IEndGroupExecutionListener

All Superinterfaces:
java.util.EventListener, IErrorListener, java.io.Serializable
All Known Implementing Classes:
GroupCommandViewer

public interface IEndGroupExecutionListener
extends IErrorListener

IEndGroupExecutionListener defines the behaviour of an object that listens to the end of the execution of a group of commands. These listeners are used for CommandGroup class.

See Also:
CommandGroup

Method Summary
 void endGroupExecution(EndGroupExecutionEvent e)
          endExecution is called when all the commands inside a CommandGroup have finished to be executed.
 
Methods inherited from interface fr.esrf.tangoatk.core.IErrorListener
errorChange
 

Method Detail

endGroupExecution

void endGroupExecution(EndGroupExecutionEvent e)
endExecution is called when all the commands inside a CommandGroup have finished to be executed.

Parameters:
e - a EndGroupExecutionEvent value