org.gswing.framework.services
Interface IDatabaseListener

All Known Implementing Classes:
About, AddElectionGui, CloseConnection, DbAccessGui, DbMenu, DbUpgrader, Exit, Exporter, Help, Importer, InsertCandidate, Inserter, InsertParty, InsertPartyLeader, MenuComponent, MenuGuiComponent, MessageViewer, TestListener, TreeDisplay, UpdateParty

public interface IDatabaseListener

Components requiring database access will implement this interface.


Method Summary
 void connectionChanged(boolean connected)
          A change in the database connection has occurred.
 

Method Detail

connectionChanged

void connectionChanged(boolean connected)
A change in the database connection has occurred.

Parameters:
connected - True if the there is a valid database connection.


Copyright © 2008. All Rights Reserved.