Package org.onosproject.net.pi.service
Class PiPipeconfDeviceMappingEvent
- java.lang.Object
-
- org.onosproject.event.AbstractEvent<PiPipeconfDeviceMappingEvent.Type,DeviceId>
-
- org.onosproject.net.pi.service.PiPipeconfDeviceMappingEvent
-
- All Implemented Interfaces:
Event<PiPipeconfDeviceMappingEvent.Type,DeviceId>
@Beta public final class PiPipeconfDeviceMappingEvent extends AbstractEvent<PiPipeconfDeviceMappingEvent.Type,DeviceId>
Entity that represents pipeconf to device binding events.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PiPipeconfDeviceMappingEvent.Type
Type of pipeconf to device mapping event.
-
Constructor Summary
Constructors Constructor Description PiPipeconfDeviceMappingEvent(PiPipeconfDeviceMappingEvent.Type type, DeviceId deviceId)
Creates an event due to one Pipeconf being mapped to a device.
-
-
-
Constructor Detail
-
PiPipeconfDeviceMappingEvent
public PiPipeconfDeviceMappingEvent(PiPipeconfDeviceMappingEvent.Type type, DeviceId deviceId)
Creates an event due to one Pipeconf being mapped to a device.- Parameters:
type
- event typedeviceId
- the deviceId for which the pipeconf was bound or updated.
-
-