public static class ObservableContext.ContextEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ObservableContext.ContextEvent.Type |
Constructor and Description |
---|
ContextEvent(ObservableContext.ContextEvent.Type type,
String key,
Object oldValue,
Object newValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKey() |
Object |
getNewValue() |
Object |
getOldValue() |
ObservableContext.ContextEvent.Type |
getType() |
int |
hashCode() |
String |
toString() |
@Nonnull public ObservableContext.ContextEvent.Type getType()