public class InternalDeviceRemovedEvent extends Object
| Constructor and Description |
|---|
InternalDeviceRemovedEvent(org.onosproject.net.DeviceId deviceId,
org.onosproject.store.Timestamp timestamp)
Creates a InternalDeviceRemovedEvent.
|
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.DeviceId |
deviceId() |
org.onosproject.store.Timestamp |
timestamp() |
String |
toString() |
public InternalDeviceRemovedEvent(org.onosproject.net.DeviceId deviceId,
org.onosproject.store.Timestamp timestamp)
deviceId - identifier of the removed device.timestamp - timestamp of when the device was administratively removed.Copyright © 2016. All rights reserved.