com.googlecode.jpattern.core.chain
Interface IChainElement

All Superinterfaces:
Serializable
All Known Implementing Classes:
AChainElement, AChainElementBlocking, AChainElementUnblocking, NullChainElement

public interface IChainElement
extends Serializable

Author:
Francesco Cina' 28/gen/2011 Interface for the "Chain Of Responsibility" pattern

Method Summary
 IChainResult exec()
          Execute the chain
 

Method Detail

exec

IChainResult exec()
                  throws Exception
Execute the chain

Returns:
the result of the execution
Throws:
Exception


Copyright © 2011. All Rights Reserved.