Package | Description |
---|---|
casa.conversation2 | |
casa.jade |
Modifier and Type | Field and Description |
---|---|
protected BeliefObserver |
SubscribeServerConversation.observer |
Modifier and Type | Method and Description |
---|---|
static BeliefObserver |
BeliefObserver.onValueChange(CasaKB kbase,
String var,
FormulaFilter filter,
Runnable1<Object,Object> runnable)
Creates a BeliefObserver and adds it to the kbase so that runnable is executed
every time the var changes, subject to the filter.
|