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

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

Uses of Condition in org.keridwen.core.messaging
 

Methods in org.keridwen.core.messaging with parameters of type Condition
<ReturnType,MessageType>
Future<ReturnType>
DefaultBundleController.runOnCondition(Command<ReturnType,MessageType> command, MessageType message, Condition condition)
           
<ReturnType,MessageType>
Future<ReturnType>
BundleController.runOnCondition(Command<ReturnType,MessageType> command, MessageType message, Condition condition)
          Runs the given Command as soon as the Condition becomes valid.
<ReturnType>
Supervisor<ReturnType>
EventBuilder.triggerChangeEvent(Condition condition)
          Triggers the event as soon as the change Condition becomes true.
<ReturnType>
Supervisor<ReturnType>
EventDispatcher.triggerChangeEvent(Event<ReturnType,?> event, Condition condition)
          Triggers the given Event that will trigger the command execution as soon as the change Condition becomes true.
 void DefaultBundleController.validityChanged(Condition condition, boolean validity)
           
 void ConditionListener.validityChanged(Condition condition, boolean validity)
          Method called when the validity of a Condition has changed.
 

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

Classes in org.keridwen.core.messaging.internal that implement Condition
 class DefaultCondition
          This is the default implementation of the Condition interface.
 

Methods in org.keridwen.core.messaging.internal with parameters of type Condition
<ReturnType>
Supervisor<ReturnType>
CoreEventDispatcher.triggerChangeEvent(Event<ReturnType,?> event, Condition condition)
           
 



Copyright © 2010-2013 Artenum. All Rights Reserved.