Interface ProcessCommandListenerIfc
-
public interface ProcessCommandListenerIfc
A ProcessCommandListener can be notified before or after a command is executed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(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
-
-