public class InternalRouteEvent extends org.onosproject.event.AbstractEvent<InternalRouteEvent.Type,RouteSet>
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalRouteEvent.Type
Internal route event type.
|
| Modifier | Constructor and Description |
|---|---|
|
InternalRouteEvent(InternalRouteEvent.Type type,
RouteSet subject)
Creates a new internal route event.
|
protected |
InternalRouteEvent(InternalRouteEvent.Type type,
RouteSet subject,
long time) |
public InternalRouteEvent(InternalRouteEvent.Type type, RouteSet subject)
type - route event typesubject - route setprotected InternalRouteEvent(InternalRouteEvent.Type type, RouteSet subject, long time)