Interface Command

All Known Implementing Classes:
SimpleShortcutCommand, UrlCommand, 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

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

    • getName

      String getName()
    • onCommand

      void onCommand(Luwrain luwrain)