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

    Modifier and Type
    Method
    Description
     
    void
    onCommand(Luwrain luwrain)
     
  • Method Details

    • getName

      String getName()
    • onCommand

      void onCommand(Luwrain luwrain)