Package org.onosproject.net.device
Class DeviceAgentEvent
- java.lang.Object
-
- org.onosproject.event.AbstractEvent<DeviceAgentEvent.Type,DeviceId>
-
- org.onosproject.net.device.DeviceAgentEvent
-
- All Implemented Interfaces:
Event<DeviceAgentEvent.Type,DeviceId>
public final class DeviceAgentEvent extends AbstractEvent<DeviceAgentEvent.Type,DeviceId>
Describes and event related to a protocol agent used to interact with an infrastructure device.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeviceAgentEvent.Type
Type of device events.
-
Constructor Summary
Constructors Constructor Description DeviceAgentEvent(DeviceAgentEvent.Type type, DeviceId deviceId)
Creates a new device agent event for the given type and device ID.
-
-
-
Constructor Detail
-
DeviceAgentEvent
public DeviceAgentEvent(DeviceAgentEvent.Type type, DeviceId deviceId)
Creates a new device agent event for the given type and device ID.- Parameters:
type
- event typedeviceId
- device ID
-
-