public abstract class Control extends Behavior

Control is a Behavior that controls the flow of execution.

  • Constructor Details

    • Control

      public Control()
    • Control

      public Control(String name)
  • Method Details