net.sf.wallace.commands
Class SelectCommand

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

public abstract class SelectCommand
extends AbstractCommand

A command that is only valid in the selected state.

Author:
rnewson

Constructor Summary
SelectCommand()
           
 
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

SelectCommand

public SelectCommand()
Method Detail

getAcceptableStates

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


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