Package | Description |
---|---|
com.redhat.thermostat.common |
Modifier and Type | Method and Description |
---|---|
static Filter.FilterEvent |
Filter.FilterEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Filter.FilterEvent[] |
Filter.FilterEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Filter.notify(Filter.FilterEvent action)
Notify all the listeners that a change occurred in this filter.
|
protected void |
Filter.notify(Filter.FilterEvent action,
Object payload) |
Modifier and Type | Method and Description |
---|---|
void |
Filter.addFilterEventListener(ActionListener<Filter.FilterEvent> listener) |
void |
Filter.removeFilterEventListener(ActionListener<Filter.FilterEvent> listener) |
Copyright © 2017. All rights reserved.