edu.ucsb.nceas.morpho.framework
Class LoginCommand

java.lang.Object
  |
  +--edu.ucsb.nceas.morpho.framework.LoginCommand

public class LoginCommand
extends java.lang.Object
implements Command

Class to handle login


Constructor Summary
LoginCommand(Morpho morpho, LoginClientInterface loginClient)
          Constructor
 
Method Summary
 void execute(java.awt.event.ActionEvent event)
          execute command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginCommand

public LoginCommand(Morpho morpho,
                    LoginClientInterface loginClient)
Constructor
Parameters:
morpho - reference to Morpho instance
loginClient - a poiner back to the client that is calling this Command; must implement the LoginClientInterface
Method Detail

execute

public void execute(java.awt.event.ActionEvent event)
execute command
Specified by:
execute in interface Command


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.