public class MappingEvent extends org.onosproject.event.AbstractEvent<MappingEvent.Type,Mapping>
| Modifier and Type | Class and Description |
|---|---|
static class |
MappingEvent.Type
Type of mapping events.
|
| Constructor and Description |
|---|
MappingEvent(MappingEvent.Type type,
Mapping mapping)
Creates an event of a given type and for the specified mapping and the
current time.
|
MappingEvent(MappingEvent.Type type,
Mapping mapping,
long time)
Creates an event of a given type and for the specified mapping and time.
|
public MappingEvent(MappingEvent.Type type, Mapping mapping)
type - mapping event typemapping - event mapping subjectpublic MappingEvent(MappingEvent.Type type, Mapping mapping, long time)
type - mapping event typemapping - event mapping subjecttime - occurrence time