public class RouterInterfaceEvent extends org.onosproject.event.AbstractEvent<RouterInterfaceEvent.Type,RouterInterface>
| Modifier and Type | Class and Description |
|---|---|
static class |
RouterInterfaceEvent.Type
Type of Router Interface events.
|
| Constructor and Description |
|---|
RouterInterfaceEvent(RouterInterfaceEvent.Type type,
RouterInterface routerInterface)
Creates an event of a given type and for the specified Router Interface.
|
RouterInterfaceEvent(RouterInterfaceEvent.Type type,
RouterInterface routerInterface,
long time)
Creates an event of a given type and for the specified Router Interface.
|
public RouterInterfaceEvent(RouterInterfaceEvent.Type type, RouterInterface routerInterface)
type - Router Interface event typerouterInterface - Router Interface subjectpublic RouterInterfaceEvent(RouterInterfaceEvent.Type type, RouterInterface routerInterface, long time)
type - Router Interface event type.routerInterface - Router Interface subjecttime - occurrence time