Class ControllerEvent
java.lang.Object
java.util.EventObject
org.moeaframework.analysis.diagnostics.ControllerEvent
- All Implemented Interfaces:
Serializable
Identifies the type of event fired by the controller.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enumeration of controller event types. -
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionControllerEvent
(Controller controller, ControllerEvent.Type type) Constructs a new controller event of the specified type. -
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ControllerEvent
Constructs a new controller event of the specified type.- Parameters:
controller
- the controller from which this event originatestype
- the type of this event
-
-
Method Details
-
getType
Returns the type of this event.- Returns:
- the type of this event.
-
getSource
- Overrides:
getSource
in classEventObject
-