Class KeyBindings.ProgramAction

  • All Implemented Interfaces:
    java.lang.Comparable<KeyBindings.ProgramAction>, java.lang.Runnable
    Enclosing class:
    KeyBindings

    public class KeyBindings.ProgramAction
    extends java.lang.Object
    implements java.lang.Runnable, java.lang.Comparable<KeyBindings.ProgramAction>
    A simple program action. It can optionally contain a condition which must evaluate to true for the action to be run.