Uses of Interface
com.sourceforge.jpatterns.patterns.bhv.chain.IChainHandler

Packages that use IChainHandler
com.sourceforge.jpatterns.patterns.bhv.chain   
 

Uses of IChainHandler in com.sourceforge.jpatterns.patterns.bhv.chain
 

Methods in com.sourceforge.jpatterns.patterns.bhv.chain that return IChainHandler
 IChainHandler IHierarchyItem.getChainHandler(IChainMessage message)
          Returns the IChainHandler instance appropriate for this message provided (implementation of the handler could just take into attention the type of message ot could see at the implementation class or the state of message).
 IChainHandler IHierarchyItem.getChainHandler(String message)
          Returns the IChainHandler instance appropriate for this message type provided.
 



Copyright © 2007 jzmicer.team. All Rights Reserved.