Interface ProcessCommandListenerIfc
-
public interface ProcessCommandListenerIfcA ProcessCommandListener can be notified before or after a command is executed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(ProcessCommand command)Called when the command notifies the listener
-
-
-
Method Detail
-
update
void update(ProcessCommand command)
Called when the command notifies the listener- Parameters:
command- the command
-
-