Class KeyBindings.ProgramAction

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

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