Package org.luwrain.core
Interface Command
- All Known Implementing Classes:
SimpleShortcutCommand
,WebCommand
public interface Command
Context-independent action in the system. Command represents some
operations associated with some name (command name). Such operations
can be performed anywhere in the system and usually serve as handlers
for hotkeys.
- See Also:
-
Method Summary
-
Method Details
-
getName
String getName() -
onCommand
-