| org.cougaar.core.service.ConditionService
addListener | void addListener(Listener cb)(Code) | | Add a listener object. The given object will be publishChanged
whenever any Condition is added, removed, or changed. The
Object must already have been publishedAdded to the blackboard by
the caller.
|
getAllConditionNames | Set getAllConditionNames()(Code) | | Get the names of all known Conditions.
|
removeListener | void removeListener(Listener cb)(Code) | | Remove a listener object. The given object will no longer be
publishChanged whenever any Condition is added, removed,
or changed. The Object should not be removed from the blackboard
until it has been removed as a listener.
|
|
|