Interface Scheduler.ScheduledCommand

All Known Subinterfaces:
Command
All Known Implementing Classes:
LayoutCommand
Enclosing class:
Scheduler

public static interface Scheduler.ScheduledCommand
General-purpose Command interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invokes the command.
  • Method Details

    • execute

      void execute()
      Invokes the command.