com.mebigfatguy.mongobrowser.dialogs
Interface MongoPanel

All Known Implementing Classes:
MongoControlPanel, MongoDataPanel

public interface MongoPanel

a common interface for panels to be informed when a database is connected to or disconnected from


Method Summary
 void init()
          a connection to a server has been initiated
 void term()
          a connection to a server has been terminated
 

Method Detail

init

void init()
a connection to a server has been initiated


term

void term()
a connection to a server has been terminated



Copyright © 2009-2011 MeBigFatGuy.com. All Rights Reserved.