Uses of Class
adams.event.DatabaseConnectionChangeEvent
-
-
Uses of DatabaseConnectionChangeEvent in adams.db
Methods in adams.db with parameters of type DatabaseConnectionChangeEvent Modifier and Type Method Description void
AbstractTable. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred.void
AbstractDatabaseConnection. notifyChangeListeners(DatabaseConnectionChangeEvent e)
Notifies all listeners with the given event. -
Uses of DatabaseConnectionChangeEvent in adams.event
Methods in adams.event with parameters of type DatabaseConnectionChangeEvent Modifier and Type Method Description void
DatabaseConnectionChangeListener. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred. -
Uses of DatabaseConnectionChangeEvent in adams.gui.application
Methods in adams.gui.application with parameters of type DatabaseConnectionChangeEvent Modifier and Type Method Description void
AbstractApplicationFrame. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred. -
Uses of DatabaseConnectionChangeEvent in adams.gui.core
Methods in adams.gui.core with parameters of type DatabaseConnectionChangeEvent Modifier and Type Method Description void
BasePanelWithDatabaseConnection. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred. -
Uses of DatabaseConnectionChangeEvent in adams.gui.scripting
Methods in adams.gui.scripting with parameters of type DatabaseConnectionChangeEvent Modifier and Type Method Description void
AbstractScriptingEngine. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred. -
Uses of DatabaseConnectionChangeEvent in adams.gui.selection
Methods in adams.gui.selection with parameters of type DatabaseConnectionChangeEvent Modifier and Type Method Description void
AbstractDatabaseSelectionDialog. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred.void
AbstractDatabaseSelectionPanel. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred. -
Uses of DatabaseConnectionChangeEvent in adams.gui.tools
Methods in adams.gui.tools with parameters of type DatabaseConnectionChangeEvent Modifier and Type Method Description void
AbstractManagementPanelWithDatabase. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred.void
AbstractManagementPanelWithDatabaseConnectionListener. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred.void
LogEntryDatabaseViewerPanel. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred. -
Uses of DatabaseConnectionChangeEvent in adams.gui.visualization.container
Methods in adams.gui.visualization.container with parameters of type DatabaseConnectionChangeEvent Modifier and Type Method Description void
DataContainerPanel. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred. -
Uses of DatabaseConnectionChangeEvent in adams.gui.visualization.timeseries
Methods in adams.gui.visualization.timeseries with parameters of type DatabaseConnectionChangeEvent Modifier and Type Method Description void
TimeseriesExplorer. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred. -
Uses of DatabaseConnectionChangeEvent in adams.terminal.application
Methods in adams.terminal.application with parameters of type DatabaseConnectionChangeEvent Modifier and Type Method Description void
AbstractTerminalApplication. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred.
-