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 SummaryNested Classes Modifier and Type Class Description static classPiPipeconfDeviceMappingEvent.TypeType of pipeconf to device mapping event.
 - 
Constructor SummaryConstructors Constructor Description PiPipeconfDeviceMappingEvent(PiPipeconfDeviceMappingEvent.Type type, DeviceId deviceId)Creates an event due to one Pipeconf being mapped to a device.
 
- 
- 
- 
Constructor Detail- 
PiPipeconfDeviceMappingEventpublic PiPipeconfDeviceMappingEvent(PiPipeconfDeviceMappingEvent.Type type, DeviceId deviceId) Creates an event due to one Pipeconf being mapped to a device.- Parameters:
- type- event type
- deviceId- the deviceId for which the pipeconf was bound or updated.
 
 
- 
 
-