org.keridwen.core.messaging
Interface ConditionListener

All Known Implementing Classes:
DefaultBundleController

public interface ConditionListener

A ConditionListener observes the changes of a Condition.


Method Summary
 void validityChanged(Condition condition, boolean validity)
          Method called when the validity of a Condition has changed.
 

Method Detail

validityChanged

void validityChanged(Condition condition,
                     boolean validity)
Method called when the validity of a Condition has changed.

Parameters:
condition - the watched condition.
validity - the new validity of the condition.


Copyright © 2010-2013 Artenum. All Rights Reserved.