Package org.luwrain.core
Interface Command
- All Known Implementing Classes:
SimpleShortcutCommand,WebCommand
public interface Command
A context-independent action in the system.
A command represents a named action capable of assigning to a hotkey.
This kind of operations can be performed regardless of the context (no matter which applications a user keeps opened etc).
A command can hav either a native implementation provided through extensions or a JavaScript implementation.
- See Also:
-
Method Summary
-
Method Details
-
getName
String getName() -
onCommand
-