net.sourceforge.squirrel_sql.plugins.dbdiff
Class DBDiffPluginSessionCallback

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.dbdiff.DBDiffPluginSessionCallback
All Implemented Interfaces:
PluginSessionCallback

public class DBDiffPluginSessionCallback
extends Object
implements PluginSessionCallback

Author:
manningr

Constructor Summary
DBDiffPluginSessionCallback(DBDiffPlugin plugin)
           
 
Method Summary
 void objectTreeInternalFrameOpened(ObjectTreeInternalFrame objectTreeInternalFrame, ISession session)
           
 void sqlInternalFrameOpened(SQLInternalFrame sqlInternalFrame, ISession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBDiffPluginSessionCallback

public DBDiffPluginSessionCallback(DBDiffPlugin plugin)
Method Detail

sqlInternalFrameOpened

public void sqlInternalFrameOpened(SQLInternalFrame sqlInternalFrame,
                                   ISession session)
Specified by:
sqlInternalFrameOpened in interface PluginSessionCallback

objectTreeInternalFrameOpened

public void objectTreeInternalFrameOpened(ObjectTreeInternalFrame objectTreeInternalFrame,
                                          ISession session)
Specified by:
objectTreeInternalFrameOpened in interface PluginSessionCallback


Copyright © 2001-2010. All Rights Reserved.