Uses of Interface
org.keridwen.core.messaging.BundleController

Packages that use BundleController
org.keridwen.core.messaging Project : Keridwen Copyright : Artenum SARL, 24 rue Louis Blanc 75010, Paris, France 2010. 
org.keridwen.core.messaging.internal   
 

Uses of BundleController in org.keridwen.core.messaging
 

Classes in org.keridwen.core.messaging that implement BundleController
 class DefaultBundleController
          This abstract class defines the default behaviour of a BundleController.
 

Methods in org.keridwen.core.messaging that return BundleController
 BundleController ViewEvent.getDestination()
           
 BundleController Event.getDestination()
          Gets the BundleController to which this Event should be sent (if known).
 

Methods in org.keridwen.core.messaging with parameters of type BundleController
 void EventDispatcher.registerBundle(BundleController controller)
          Registers the given BundleController to be called on Event dispatch.
 void EventDispatcher.unregisterBundle(BundleController controller)
          Unregisters the given BundleController.
 

Uses of BundleController in org.keridwen.core.messaging.internal
 

Methods in org.keridwen.core.messaging.internal that return BundleController
 BundleController DefaultEvent.getDestination()
           
 

Methods in org.keridwen.core.messaging.internal with parameters of type BundleController
 void CoreEventDispatcher.registerBundle(BundleController controller)
           
 void CoreEventDispatcher.unregisterBundle(BundleController controller)
           
 

Constructors in org.keridwen.core.messaging.internal with parameters of type BundleController
DefaultEvent(EventKey anEventKey, MessageType aMessage, Object aSource, BundleController aDestination)
          Builds an Event with the given unique EventKey and a message to transport.
 



Copyright © 2010-2013 Artenum. All Rights Reserved.