Package adams.event
Interface DatabaseConnectionChangeListener
-
- All Known Implementing Classes:
AbstractApplicationFrame,AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot,AbstractConditionalDatabaseSelectionPanel,AbstractDatabaseSelectionDialog,AbstractDatabaseSelectionPanel,AbstractDataContainerZoomOverviewPanel,AbstractIndexedTable,AbstractManagementPanelWithDatabase,AbstractManagementPanelWithDatabaseConnectionListener,AbstractManagementPanelWithSelectableDatabase,AbstractScriptingEngine,AbstractSelectDatabaseFieldDialog,AbstractSelectDatabaseFieldPanel,AbstractTable,AbstractTerminalApplication,BasePanelWithDatabaseConnection,BulkInsertTable,DataContainerPanel,DataContainerPanelWithContainerList,DataContainerPanelWithSidePanel,InstancePanel,InstanceZoomOverviewPanel,LogEntryDatabaseViewerPanel,LogT,LogT,LogT,LogT,LogT,LogT,Main,ReportTableByDBID,ReportTableByID,ScriptingEngine,SequencePlotterPanel,SpreadSheetRowPanel,SpreadSheetRowZoomOverviewPanel,TimeseriesExplorer,TimeseriesPanel,TimeseriesZoomOverviewPanel,XYSequencePanel
public interface DatabaseConnectionChangeListenerInterface for classes that listen to changes in the database connection.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddatabaseConnectionStateChanged(DatabaseConnectionChangeEvent e)A change in the database connection occurred.
-
-
-
Method Detail
-
databaseConnectionStateChanged
void databaseConnectionStateChanged(DatabaseConnectionChangeEvent e)
A change in the database connection occurred.- Parameters:
e- the event
-
-