
Public Member Functions | |
| void | workingMemoryChanged (WorkingMemoryChange _wmc) throws CASTException |
Definition at line 34 of file WorkingMemoryChangeReceiver.java.
| void cast.architecture.WorkingMemoryChangeReceiver.workingMemoryChanged | ( | WorkingMemoryChange | _wmc | ) | throws CASTException |
Receives a change that has occurred to connected working memories.
| _wmc | A description of the change. |
| Any | CASTExceptions thrown by a change receiver will be caught by the receiving component. However, this is only a convenience and should not replace your own error handling. |
Implemented in cast.tests.DirectAccessReader.
1.5.8