com.itmusings.owiz
Interface Command<InputType>

All Known Subinterfaces:
AttachableCommand<InputType>
All Known Implementing Classes:
Chain, CommandBase, DelegatorCommand, OgnlRouter, Router

public interface Command<InputType>

A command is designed to be a unit of work. Commands implement one responsibility and should be designed to be "chained" together to accomplish specific use cases.

Author:
Raja Shankar Kolluru

Method Summary
 void execute(InputType context)
           
 

Method Detail

execute

void execute(InputType context)
             throws Exception
Throws:
Exception


Copyright © 2010 ITMUSINGS. All Rights Reserved.