org.azuki.framework.command
Interface ICommand<T>


public interface ICommand<T>

Interface for the command object in the Command Design Pattern.

Author:
Robert Bakic (robert.bakic@gmail.com)

Nested Class Summary
static class ICommand.Priority
           
 
Method Summary
 T process()
          The method called to performed the task.
 

Method Detail

process

T process()
          throws Exception
The method called to performed the task.

Returns:
A object representing the task result
Throws:
Exception


Azuki Framework Copyright © 2006 the original author or authors.