org.gswing.components.common
Interface IDbAccessCallback

All Known Implementing Classes:
AbstractMain, DbInserter, ExporterMain

public interface IDbAccessCallback

Contract for classes wishing database access.


Method Summary
 void dbAccessCallback(DbReadAccess access)
          This is the callback function that the EnterGui calls when the user has selected Ok.
 

Method Detail

dbAccessCallback

void dbAccessCallback(DbReadAccess access)
This is the callback function that the EnterGui calls when the user has selected Ok.

Parameters:
access - The database connection.


Copyright © 2008. All Rights Reserved.