|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPerceptualMemoryModuleListener
permits listening to a perceptual module. these events are called when the module finishes the action. that means these events might be received BEFORE the model actually recognizes the occurrence. For instance: perceptAttended will be called after the encoding request, but will likely arrive before the chunk is actually inserted into the buffer.
| Method Summary | |
|---|---|
void |
moduleReset(IPerceptualMemoryModuleEvent event)
called when the module is reset |
void |
perceptAttended(IPerceptualMemoryModuleEvent event)
called after a percept has been attended to, but before it is actually inserted into the appropriate buffer |
void |
perceptIndexFound(IPerceptualMemoryModuleEvent event)
fired when searchPattern has been processed yielding a perceptual index chunk |
| Methods inherited from interface org.jactr.core.event.IParameterListener |
|---|
parameterChanged |
| Method Detail |
|---|
void perceptAttended(IPerceptualMemoryModuleEvent event)
void perceptIndexFound(IPerceptualMemoryModuleEvent event)
void moduleReset(IPerceptualMemoryModuleEvent event)
event -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||