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 class
PiPipeconfWatchdogEvent.Type
Type of event.
-
Constructor Summary
Constructors Constructor Description PiPipeconfWatchdogEvent(PiPipeconfWatchdogEvent.Type type, DeviceId subject)
Creates a new event for the given device.
-
Method Summary
-
Methods inherited from class org.onosproject.event.AbstractEvent
subject, time, toString, type
-
-
-
-
Constructor Detail
-
PiPipeconfWatchdogEvent
public PiPipeconfWatchdogEvent(PiPipeconfWatchdogEvent.Type type, DeviceId subject)
Creates a new event for the given device.- Parameters:
type
- typesubject
- device ID
-
-