public final class OvsdbEvent<S> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OvsdbEvent.Type |
| Constructor and Description |
|---|
OvsdbEvent(OvsdbEvent.Type type,
S subject)
Creates an event of a given type and for the specified event subject.
|
| Modifier and Type | Method and Description |
|---|---|
S |
subject()
Returns the subject of event.
|
String |
toString() |
OvsdbEvent.Type |
type()
Returns the type of event.
|
public OvsdbEvent(OvsdbEvent.Type type, S subject)
type - event typesubject - event subjectpublic OvsdbEvent.Type type()
public S subject()