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

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

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

Methods in com.sourceforge.jpatterns.patterns.bhv.chain with parameters of type IChainMessage
 boolean IChainHandler.doesMessageFit(IChainMessage message)
          Answers the question if the specified message fits this handler (could be handled by it).
 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).
 void IHierarchyItem.handleMessage(IChainMessage message)
          Handle the message passed to the method.
 void IChainHandler.handleMessage(IChainMessage message, IHierarchyItem chainItem)
          Handle the message.
 



Copyright © 2007 jzmicer.team. All Rights Reserved.