org.moeaframework.analysis.diagnostics
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:
- Serialized Form
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 originatestype - the type of this event
getType
public ControllerEvent.Type getType()
- Returns the type of this event.
- Returns:
- the type of this event.
getSource
public Controller getSource()
- Description copied from class:
java.util.EventObject
- The object on which the Event initially occurred.
- Overrides:
getSource in class EventObject
- Returns:
- The object on which the Event initially occurred.
Copyright 2009-2015 MOEA Framework. All rights reserved.
Licensed under the GNU Lesser General Public License.
Return to the MOEA Framework homepage. Hosted by