|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.ucsb.nceas.morpho.framework.LoginCommand
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 |
public LoginCommand(Morpho morpho, LoginClientInterface loginClient)
morpho
- reference to Morpho instanceloginClient
- a poiner back to the client that is calling this
Command
; must implement the
LoginClientInterface
Method Detail |
public void execute(java.awt.event.ActionEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |