Uses of Interface
com.googlecode.jpattern.core.chain.IChainResult

Packages that use IChainResult
com.googlecode.jpattern.core.chain   
 

Uses of IChainResult in com.googlecode.jpattern.core.chain
 

Classes in com.googlecode.jpattern.core.chain that implement IChainResult
 class ChainResult
           
 

Methods in com.googlecode.jpattern.core.chain that return IChainResult
 IChainResult IChainElement.exec()
          Execute the chain
 IChainResult AChainElement.exec()
           
 IChainResult NullChainElement.exec()
           
 

Methods in com.googlecode.jpattern.core.chain with parameters of type IChainResult
abstract  boolean AChainElement.tryExecution(IChainResult previousElementResult)
           
 boolean AChainElementBlocking.tryExecution(IChainResult previousElementResult)
           
 boolean AChainElementUnblocking.tryExecution(IChainResult previousElementResult)
           
 



Copyright © 2011. All Rights Reserved.