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