public class FlowClassifierEvent extends org.onosproject.event.AbstractEvent<FlowClassifierEvent.Type,FlowClassifier>
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowClassifierEvent.Type
Type of flow-classifier events.
|
| Constructor and Description |
|---|
FlowClassifierEvent(FlowClassifierEvent.Type type,
FlowClassifier flowClassifier)
Creates an event of a given type and for the specified Flow-Classifier.
|
FlowClassifierEvent(FlowClassifierEvent.Type type,
FlowClassifier flowClassifier,
long time)
Creates an event of a given type and for the specified Flow-Classifier.
|
public FlowClassifierEvent(FlowClassifierEvent.Type type, FlowClassifier flowClassifier)
type - Flow-Classifier event typeflowClassifier - Flow-Classifier subjectpublic FlowClassifierEvent(FlowClassifierEvent.Type type, FlowClassifier flowClassifier, long time)
type - Flow-Classifier event typeflowClassifier - Flow-Classifier subjecttime - occurrence time