|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IVisualModuleListener
permits listening to the visual module these events are called when the visual module finishes the action. that means these events might be received BEFORE the model actually recognizes the occurrence. For instance: encodedVisualObject will be called after IVisualModule#encodeVisualChunkAt(), but will likely arrive before the chunk is actually inserted into the visual buffer.
| Method Summary | |
|---|---|
void |
encodedVisualObject(VisualModuleEvent event)
fired when the object identifier has been encoded as visualChunk |
void |
foundVisualLocation(VisualModuleEvent event)
fired when searchPattern has been processed yielding visualLocationchunk |
void |
trackedObjectMoved(VisualModuleEvent event)
|
void |
trackingObjectStarted(VisualModuleEvent event)
|
void |
trackingObjectStopped(VisualModuleEvent event)
|
void |
visualSystemReset(VisualModuleEvent event)
|
| Methods inherited from interface org.jactr.core.event.IParameterListener |
|---|
parameterChanged |
| Method Detail |
|---|
void encodedVisualObject(VisualModuleEvent event)
identifier - may be null if the visual chunk is internally generatedvisualChunk - void foundVisualLocation(VisualModuleEvent event)
searchPattern - visualLocationChunk - void visualSystemReset(VisualModuleEvent event)
void trackingObjectStarted(VisualModuleEvent event)
void trackingObjectStopped(VisualModuleEvent event)
void trackedObjectMoved(VisualModuleEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||