net.sf.wallace.commands
Class AuthCommand

java.lang.Object
  extended by net.sf.wallace.commands.AbstractCommand
      extended by net.sf.wallace.commands.AuthCommand
All Implemented Interfaces:
Command

public abstract class AuthCommand
extends AbstractCommand

A command that is only valid in the authenticated or selected state.

Author:
rnewson

Constructor Summary
AuthCommand()
           
 
Method Summary
protected  WallaceSessionState[] getAcceptableStates()
           
 
Methods inherited from class net.sf.wallace.commands.AbstractCommand
execute, onExecute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthCommand

public AuthCommand()
Method Detail

getAcceptableStates

protected final WallaceSessionState[] getAcceptableStates()
Specified by:
getAcceptableStates in class AbstractCommand


Copyright © 2004-2005 Robert Newson. All Rights Reserved.