ScheduledCommand abstract class
General-purpose Command interface.
abstract class ScheduledCommand {
/**
* Invokes the command.
*/
void execute();
}
Subclasses
HeaderPanelScheduledCommand, LayoutCommand, ResizeScheduledCommand, ScheduledCommandAdapter, SplitterScheduledCommand, StateScheduledCommand
Methods
abstract void execute() #
Invokes the command.