Package org.onosproject.net.pi.service
Class PiPipeconfWatchdogEvent
- java.lang.Object
- 
- org.onosproject.event.AbstractEvent<PiPipeconfWatchdogEvent.Type,DeviceId>
- 
- org.onosproject.net.pi.service.PiPipeconfWatchdogEvent
 
 
- 
- All Implemented Interfaces:
- Event<PiPipeconfWatchdogEvent.Type,DeviceId>
 
 @Beta public class PiPipeconfWatchdogEvent extends AbstractEvent<PiPipeconfWatchdogEvent.Type,DeviceId> Event representing changes in the status of a device pipeline.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPiPipeconfWatchdogEvent.TypeType of event.
 - 
Constructor SummaryConstructors Constructor Description PiPipeconfWatchdogEvent(PiPipeconfWatchdogEvent.Type type, DeviceId subject)Creates a new event for the given device.
 
- 
- 
- 
Constructor Detail- 
PiPipeconfWatchdogEventpublic PiPipeconfWatchdogEvent(PiPipeconfWatchdogEvent.Type type, DeviceId subject) Creates a new event for the given device.- Parameters:
- type- type
- subject- device ID
 
 
- 
 
-