net.sourceforge.squirrel_sql.plugins.sessionscript
Class ViewSessionScriptsCommand

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.sessionscript.ViewSessionScriptsCommand
All Implemented Interfaces:
ICommand

public class ViewSessionScriptsCommand
extends Object
implements ICommand


Constructor Summary
ViewSessionScriptsCommand(IApplication app, Frame frame, SessionScriptPlugin plugin)
          Ctor.
 
Method Summary
 void execute()
          Execute this command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewSessionScriptsCommand

public ViewSessionScriptsCommand(IApplication app,
                                 Frame frame,
                                 SessionScriptPlugin plugin)
Ctor.

Parameters:
app - Application API.
frame - Parent Frame.
plugin - The current plugin.
Throws:
IllegalArgumentException - Thrown if a null IPlugin or IApplication passed.
Method Detail

execute

public void execute()
Execute this command.

Specified by:
execute in interface ICommand


Copyright © 2001-2010. All Rights Reserved.