com.googlecode.jpattern.core.chain
Interface IChainResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ChainResult

public interface IChainResult
extends java.io.Serializable

Author:
Francesco Cina' 29/gen/2011 Represent the result of a "Chain of Responsibility" execution

Method Summary
 boolean isExecuted()
          Whether an or more elements of the chain are been executed
 

Method Detail

isExecuted

boolean isExecuted()
Whether an or more elements of the chain are been executed

Returns:
true if one the element did the job; false means that there isn't an element which can be activated at the current condition


Copyright © 2011. All Rights Reserved.