Uses of Interface
org.jactr.core.event.IParameterListener

Packages that use IParameterListener
org.jactr.core.buffer.event   
org.jactr.core.chunk   
org.jactr.core.chunk.basic   
org.jactr.core.chunktype.event   
org.jactr.core.event   
org.jactr.core.model   
org.jactr.core.model.basic   
org.jactr.core.module.declarative.event   
org.jactr.core.module.declarative.four.learning   
org.jactr.core.module.procedural.event   
org.jactr.core.production.event   
org.jactr.modules.pm.aural.event   
org.jactr.modules.pm.common.event   
org.jactr.modules.pm.visual.event   
org.jactr.modules.pm.visual.memory.impl.map   
 

Uses of IParameterListener in org.jactr.core.buffer.event
 

Subinterfaces of IParameterListener in org.jactr.core.buffer.event
 interface IActivationBufferListener
          listen to changes in a specific buffer
 

Classes in org.jactr.core.buffer.event that implement IParameterListener
 class ActivationBufferListenerAdaptor
           
 class ActivationBufferListenerDecorator
           
 

Uses of IParameterListener in org.jactr.core.chunk
 

Methods in org.jactr.core.chunk with parameters of type IParameterListener
 void IChunk.addListener(IParameterListener pl, java.util.concurrent.Executor executor)
          add a parameter listener that will be notified with this executor
 void IChunk.removeListener(IParameterListener pl)
          remove said listener
 

Uses of IParameterListener in org.jactr.core.chunk.basic
 

Methods in org.jactr.core.chunk.basic that return types with arguments of type IParameterListener
 ACTREventDispatcher<IParameterized,IParameterListener> ChunkData.getParameterDispatcher()
           
 

Methods in org.jactr.core.chunk.basic with parameters of type IParameterListener
 void AbstractChunk.addListener(IParameterListener pl, java.util.concurrent.Executor executor)
          note : non-locking
 void AbstractChunk.removeListener(IParameterListener pl)
          note : non-locking
 

Uses of IParameterListener in org.jactr.core.chunktype.event
 

Subinterfaces of IParameterListener in org.jactr.core.chunktype.event
 interface IChunkTypeListener
          Description of the Interface
 

Classes in org.jactr.core.chunktype.event that implement IParameterListener
 class ChunkTypeListenerAdaptor
           
 

Uses of IParameterListener in org.jactr.core.event
 

Methods in org.jactr.core.event with parameters of type IParameterListener
 void ParameterEvent.fire(IParameterListener listener)
           
 

Uses of IParameterListener in org.jactr.core.model
 

Methods in org.jactr.core.model with parameters of type IParameterListener
 void IModel.addListener(IParameterListener listener, java.util.concurrent.Executor executor)
           
 void IModel.removeListener(IParameterListener listener)
           
 

Uses of IParameterListener in org.jactr.core.model.basic
 

Methods in org.jactr.core.model.basic with parameters of type IParameterListener
 void BasicModel.addListener(IParameterListener listener, java.util.concurrent.Executor executor)
           
 void BasicModel.removeListener(IParameterListener listener)
           
 

Uses of IParameterListener in org.jactr.core.module.declarative.event
 

Subinterfaces of IParameterListener in org.jactr.core.module.declarative.event
 interface IDeclarativeModuleListener
           
 

Classes in org.jactr.core.module.declarative.event that implement IParameterListener
 class DeclarativeModuleListenerAdaptor
           
 

Uses of IParameterListener in org.jactr.core.module.declarative.four.learning
 

Classes in org.jactr.core.module.declarative.four.learning that implement IParameterListener
 class DeclarativeModuleListener
          this listener is just to attach the ChunkListener to newly created chunks so that we can add and remove links
 class ProceduralModuleListener
          we use a proceduralmodule listener to track the chunks that are accessed in service of firing a production.
 

Uses of IParameterListener in org.jactr.core.module.procedural.event
 

Subinterfaces of IParameterListener in org.jactr.core.module.procedural.event
 interface IProceduralModuleListener
           
 

Classes in org.jactr.core.module.procedural.event that implement IParameterListener
 class ProceduralModuleListenerAdaptor
           
 

Uses of IParameterListener in org.jactr.core.production.event
 

Subinterfaces of IParameterListener in org.jactr.core.production.event
 interface IProductionListener
          Description of the Interface
 

Classes in org.jactr.core.production.event that implement IParameterListener
 class ProductionListenerAdaptor
           
 

Uses of IParameterListener in org.jactr.modules.pm.aural.event
 

Subinterfaces of IParameterListener in org.jactr.modules.pm.aural.event
 interface IAuralModuleListener
          permits listening to the visual module these events are called when the visual module finishes the action.
 

Uses of IParameterListener in org.jactr.modules.pm.common.event
 

Subinterfaces of IParameterListener in org.jactr.modules.pm.common.event
 interface IPerceptualMemoryModuleListener
          permits listening to a perceptual module.
 

Uses of IParameterListener in org.jactr.modules.pm.visual.event
 

Subinterfaces of IParameterListener in org.jactr.modules.pm.visual.event
 interface IVisualModuleListener
          permits listening to the visual module these events are called when the visual module finishes the action.
 

Uses of IParameterListener in org.jactr.modules.pm.visual.memory.impl.map
 

Classes in org.jactr.modules.pm.visual.memory.impl.map that implement IParameterListener
 class ColorChunkCache