JUICe

com.lafros.juice.cmds
Interface ICmd.IPwd

All Superinterfaces:
ICmd
Enclosing interface:
ICmd

public static interface ICmd.IPwd
extends ICmd

implement this form if your command should be password-protected.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.lafros.juice.cmds.ICmd
ICmd.IActionDependent, ICmd.IConfirm, ICmd.IDisj, ICmd.IPwd, ICmd.ITog
 
Method Summary
 boolean pwdRequired()
          whether or not a password is required on this occassion.
 void setPwd(String pwd)
          for receipt of the password entered.
 
Methods inherited from interface com.lafros.juice.cmds.ICmd
execute
 

Method Detail

pwdRequired

boolean pwdRequired()
whether or not a password is required on this occassion.


setPwd

void setPwd(String pwd)
for receipt of the password entered. If this should be incorrect, have your execute() throw the appropriate exception.


JUICe

Copyright © 2001-2008 Latterfrosken Software Development Limited. All Rights Reserved.