Package | Description |
---|---|
com.redhat.thermostat.client.core.progress | |
com.redhat.thermostat.client.core.views | |
com.redhat.thermostat.client.ui | |
com.redhat.thermostat.common | |
com.redhat.thermostat.launcher |
API to execute commands and load bundles that a command requires.
|
com.redhat.thermostat.storage.monitor |
Modifier and Type | Method and Description |
---|---|
void |
ProgressHandle.addProgressListener(ActionListener<ProgressHandle.Status> listener) |
void |
ProgressHandle.removeProgressListener(ActionListener<ProgressHandle.Status> listener) |
Modifier and Type | Method and Description |
---|---|
void |
BasicView.addActionListener(ActionListener<BasicView.Action> listener) |
abstract void |
AgentInformationDisplayView.addConfigurationListener(ActionListener<AgentInformationDisplayView.ConfigurationAction> listener) |
void |
ClientConfigurationView.addListener(ActionListener<ClientConfigurationView.Action> listener) |
void |
BasicView.removeActionListener(ActionListener<BasicView.Action> listener) |
abstract void |
AgentInformationDisplayView.removeConfigurationListener(ActionListener<AgentInformationDisplayView.ConfigurationAction> listener) |
void |
ClientConfigurationView.removeListener(ActionListener<ClientConfigurationView.Action> listener) |
Modifier and Type | Class and Description |
---|---|
class |
AgentInformationDisplayController |
class |
ClientConfigurationController |
Modifier and Type | Method and Description |
---|---|
void |
SearchProvider.addSearchListener(ActionListener<SearchProvider.SearchAction> listener) |
void |
SearchProvider.removeSearchListener(ActionListener<SearchProvider.SearchAction> listener) |
Modifier and Type | Method and Description |
---|---|
void |
ActionNotifier.addActionListener(ActionListener<T> listener) |
void |
ThermostatExtensionRegistry.addActionListener(ActionListener<ThermostatExtensionRegistry.Action> l) |
void |
Filter.addFilterEventListener(ActionListener<Filter.FilterEvent> listener) |
void |
ActionNotifier.removeActionListener(ActionListener<T> listener) |
void |
ThermostatExtensionRegistry.removeActionListener(ActionListener<ThermostatExtensionRegistry.Action> l) |
void |
Filter.removeFilterEventListener(ActionListener<Filter.FilterEvent> listener) |
Modifier and Type | Method and Description |
---|---|
void |
Launcher.run(String[] args,
Collection<ActionListener<ApplicationState>> listeners,
boolean inShell)
Invoked in order to start a command, either when Thermostat starts, or within
the thermostat shell.
|
Modifier and Type | Method and Description |
---|---|
void |
HostMonitor.addHostChangeListener(HostRef host,
ActionListener<HostMonitor.Action> listener)
Adds this listener to the given
HostRef |
void |
NetworkMonitor.addNetworkChangeListener(ActionListener<NetworkMonitor.Action> listener) |
void |
HostMonitor.removeHostChangeListener(HostRef host,
ActionListener<HostMonitor.Action> listener)
Removes the listener to the given
HostRef |
void |
NetworkMonitor.removeNetworkChangeListener(ActionListener<NetworkMonitor.Action> listener) |
Copyright © 2017. All Rights Reserved.