vishnu.patterns
Interface Command<M,A>

All Known Implementing Classes:
AbstractCommand

public interface Command<M,A>

 

Method Summary
 M model()
           
 void model(M model)
           
 void perform(A argument)
           
 

Method Detail

model

void model(M model)

model

M model()

perform

void perform(A argument)