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 Summary
Nested Classes Modifier and Type Class Description static classPiPipeconfWatchdogEvent.TypeType of event. 
- 
Constructor Summary
Constructors Constructor Description PiPipeconfWatchdogEvent(PiPipeconfWatchdogEvent.Type type, DeviceId subject)Creates a new event for the given device. 
 - 
 
- 
- 
Constructor Detail
- 
PiPipeconfWatchdogEvent
public PiPipeconfWatchdogEvent(PiPipeconfWatchdogEvent.Type type, DeviceId subject)
Creates a new event for the given device.- Parameters:
 type- typesubject- device ID
 
 - 
 
 -