Modifier and Type | Class and Description |
---|---|
class |
ServiceCommand
Simple service that allows starting Agent and DB Backend
in a single step.
|
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 | Method and Description |
---|---|
void |
SearchField.addActionListener(ActionListener<SearchField.SearchAction> listener) |
void |
SearchField.removeActionListener(ActionListener<SearchField.SearchAction> listener) |
Modifier and Type | Method and Description |
---|---|
void |
MainView.addActionListener(ActionListener<MainView.Action> capture) |
void |
MainWindow.addActionListener(ActionListener<MainView.Action> l) |
void |
MainWindow.removeViewActionListener(ActionListener<MainView.Action> l) |
Modifier and Type | Method and Description |
---|---|
void |
SummaryPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
AgentInformationDisplayFrame.addConfigurationListener(ActionListener<AgentInformationDisplayView.ConfigurationAction> listener) |
void |
ClientConfigurationSwing.addListener(ActionListener<ClientConfigurationView.Action> listener) |
void |
SummaryPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
void |
AgentInformationDisplayFrame.removeConfigurationListener(ActionListener<AgentInformationDisplayView.ConfigurationAction> listener) |
void |
ClientConfigurationSwing.removeListener(ActionListener<ClientConfigurationView.Action> listener) |
Modifier and Type | Class and Description |
---|---|
class |
AgentInformationDisplayController |
class |
ClientConfigurationController |
Modifier and Type | Method and Description |
---|---|
void |
ActionNotifier.addActionListener(ActionListener<T> listener) |
void |
ThermostatExtensionRegistry.addActionListener(ActionListener<ThermostatExtensionRegistry.Action> l) |
void |
ActionNotifier.removeActionListener(ActionListener<T> listener) |
void |
ThermostatExtensionRegistry.removeActionListener(ActionListener<ThermostatExtensionRegistry.Action> l) |
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 |
RequestGCAction.addActionListener(ActionListener<GCCommand> listener) |
void |
RequestGCAction.removeActionListener(ActionListener<GCCommand> listener) |
Modifier and Type | Method and Description |
---|---|
void |
HostCpuPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
HostCpuPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
HostMemoryPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
HostMemoryPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
HostOverviewPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
HostOverviewPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
LauncherImpl.run(String[] args,
Collection<ActionListener<ApplicationState>> listeners,
boolean inShell) |
Modifier and Type | Method and Description |
---|---|
void |
NumaPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
NumaPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadView.addThreadActionListener(ActionListener<ThreadView.ThreadAction> listener) |
void |
ThreadTableView.addThreadSelectionActionListener(ActionListener<ThreadTableView.ThreadSelectionAction> listener) |
void |
ThreadTimelineView.addThreadSelectionActionListener(ActionListener<ThreadTimelineView.ThreadTimelineViewAction> listener) |
void |
ThreadView.removeThreadActionListener(ActionListener<ThreadView.ThreadAction> listener) |
void |
ThreadTableView.removeThreadSelectionActionListener(ActionListener<ThreadTableView.ThreadSelectionAction> listener) |
void |
ThreadTimelineView.removeThreadSelectionActionListener(ActionListener<ThreadTimelineView.ThreadTimelineViewAction> listener) |
Modifier and Type | Method and Description |
---|---|
void |
VmClassStatPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
VmClassStatPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
VmCpuPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
VmCpuPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
VmGcPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
VmGcPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectRootsView.addActionListener(ActionListener<ObjectRootsView.Action> listener) |
void |
HeapView.addDumperListener(ActionListener<HeapView.HeapDumperAction> listener) |
abstract void |
ObjectDetailsView.addObjectActionListener(ActionListener<ObjectDetailsView.ObjectAction> listener) |
void |
ObjectRootsView.removeActionListener(ActionListener<ObjectRootsView.Action> listener) |
void |
HeapView.removeDumperListener(ActionListener<HeapView.HeapDumperAction> listener) |
abstract void |
ObjectDetailsView.removeObjectActionListnener(ActionListener<ObjectDetailsView.ObjectAction> listener) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectRootsFrame.addActionListener(ActionListener<ObjectRootsView.Action> listener) |
void |
ObjectDetailsPanel.addObjectActionListener(ActionListener<ObjectDetailsView.ObjectAction> listener) |
void |
ObjectRootsFrame.removeActionListener(ActionListener<ObjectRootsView.Action> listener) |
void |
ObjectDetailsPanel.removeObjectActionListnener(ActionListener<ObjectDetailsView.ObjectAction> listener) |
Modifier and Type | Method and Description |
---|---|
abstract void |
JmxNotificationsView.addNotificationActionListener(ActionListener<JmxNotificationsView.NotificationAction> listener) |
abstract void |
JmxNotificationsView.removeNotificationActionListener(ActionListener<JmxNotificationsView.NotificationAction> listener) |
Modifier and Type | Method and Description |
---|---|
void |
JmxNotificationsSwingView.addNotificationActionListener(ActionListener<JmxNotificationsView.NotificationAction> listener) |
void |
JmxNotificationsSwingView.removeNotificationActionListener(ActionListener<JmxNotificationsView.NotificationAction> listener) |
Modifier and Type | Method and Description |
---|---|
abstract void |
MemoryStatsView.addGCActionListener(ActionListener<GCCommand> listener) |
Modifier and Type | Method and Description |
---|---|
void |
MemoryStatsViewImpl.addGCActionListener(ActionListener<GCCommand> listener) |
Modifier and Type | Method and Description |
---|---|
void |
VmOverviewPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
VmOverviewPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Copyright © 2013. All Rights Reserved.