vishnu.patterns
Class AbstractCommand<M,A>

java.lang.Object
  extended by vishnu.patterns.AbstractCommand<M,A>
All Implemented Interfaces:
Command<M,A>

public abstract class AbstractCommand<M,A>
extends java.lang.Object
implements Command<M,A>

 

Constructor Summary
AbstractCommand()
           
 
Method Summary
 M model()
           
 void model(M model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface vishnu.patterns.Command
perform
 

Constructor Detail

AbstractCommand

public AbstractCommand()
Method Detail

model

public void model(M model)
Specified by:
model in interface Command<M,A>

model

public M model()
Specified by:
model in interface Command<M,A>