Class ObjectiveEvent
- java.lang.Object
- 
- org.onosproject.event.AbstractEvent<ObjectiveEvent.Type,Integer>
- 
- org.onosproject.net.flowobjective.ObjectiveEvent
 
 
- 
- All Implemented Interfaces:
- Event<ObjectiveEvent.Type,Integer>
 
 @Beta public class ObjectiveEvent extends AbstractEvent<ObjectiveEvent.Type,Integer> Describes a objective event.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classObjectiveEvent.TypeType of objective events.
 - 
Constructor SummaryConstructors Constructor Description ObjectiveEvent(ObjectiveEvent.Type type, Integer objective)Creates an event of the given type for the specified objective id.ObjectiveEvent(ObjectiveEvent.Type type, Integer objective, long time)Creates an event of the given type for the specified objective id at the given time.
 
- 
- 
- 
Constructor Detail- 
ObjectiveEventpublic ObjectiveEvent(ObjectiveEvent.Type type, Integer objective) Creates an event of the given type for the specified objective id.- Parameters:
- type- the type of the event
- objective- the objective id the event is about
 
 - 
ObjectiveEventpublic ObjectiveEvent(ObjectiveEvent.Type type, Integer objective, long time) Creates an event of the given type for the specified objective id at the given time.- Parameters:
- type- the type of the event
- objective- the objective id the event is about
- time- the time of the event
 
 
- 
 
-