be.lassi.lanbox.commands
Interface CommandListener
- All Known Implementing Classes:
- SwingCommandListener
public interface CommandListener
Listens to command excution completion.
Method Summary |
void |
commandPerformed(Command command)
Notifies the listener that given command execution was completed (request
was sent to the lanbox, and a response was received and processed). |
commandPerformed
void commandPerformed(Command command)
- Notifies the listener that given command execution was completed (request
was sent to the lanbox, and a response was received and processed).
- Parameters:
command
- the command that was completed