Package | Description |
---|---|
gov.sandia.cognition.framework |
Provides the interfaces for the Cognitive Framework.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCognitiveModel.fireModelStateChangedEvent(CognitiveModelStateChangeEvent evt)
Triggers the CognitiveModelStateChangeEvent on all the registered
CognitiveModelListners.
|
void |
CognitiveModelListener.modelStateChanged(CognitiveModelStateChangeEvent event)
This method is called on the listener when the model's state has
changed.
|