de.adom.jade.ui
Interface KeyboardCommandTarget

All Known Implementing Classes:
AsciiUserInterface

public interface KeyboardCommandTarget

Provides an interface implemented by classes interested in being notified about commands activated through a sequence of keyboard inputs.

See Also:
KeyboardCommandProducer

Method Summary
 void commandActivated(Command command)
          Is called when a command has been activated.
 

Method Detail

commandActivated

void commandActivated(Command command)
Is called when a command has been activated.

Parameters:
command - the command that has been activated