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 voidAbstractTable. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)A change in the database connection occurred.voidAbstractDatabaseConnection. 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 voidDatabaseConnectionChangeListener. 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 voidAbstractApplicationFrame. 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 voidBasePanelWithDatabaseConnection. 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 voidAbstractScriptingEngine. 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 voidAbstractDatabaseSelectionDialog. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)A change in the database connection occurred.voidAbstractDatabaseSelectionPanel. 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 voidAbstractManagementPanelWithDatabase. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)A change in the database connection occurred.voidAbstractManagementPanelWithDatabaseConnectionListener. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)A change in the database connection occurred.voidLogEntryDatabaseViewerPanel. 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 voidDataContainerPanel. 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 voidTimeseriesExplorer. 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 voidAbstractTerminalApplication. databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)A change in the database connection occurred.
-