Class ControllerEvent

java.lang.Object
java.util.EventObject
org.moeaframework.analysis.diagnostics.ControllerEvent
All Implemented Interfaces:
Serializable

public class ControllerEvent extends EventObject
Identifies the type of event fired by the controller.
See Also:
  • Constructor Details

    • ControllerEvent

      public ControllerEvent(Controller controller, ControllerEvent.Type type)
      Constructs a new controller event of the specified type.
      Parameters:
      controller - the controller from which this event originates
      type - the type of this event
  • Method Details