Uses of Interface
org.jactr.core.chunk.event.IChunkListener

Packages that use IChunkListener
org.jactr.core.chunk   
org.jactr.core.chunk.basic   
org.jactr.core.chunk.event   
org.jactr.core.module.declarative.four.learning   
 

Uses of IChunkListener in org.jactr.core.chunk
 

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

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

Methods in org.jactr.core.chunk.basic that return types with arguments of type IChunkListener
 ACTREventDispatcher<IChunk,IChunkListener> ChunkData.getChunkDispatcher()
           
 

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

Uses of IChunkListener in org.jactr.core.chunk.event
 

Classes in org.jactr.core.chunk.event that implement IChunkListener
 class ChunkListenerAdaptor
           
 

Methods in org.jactr.core.chunk.event with parameters of type IChunkListener
 void ChunkEvent.fire(IChunkListener listener)
           
 

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

Classes in org.jactr.core.module.declarative.four.learning that implement IChunkListener
 class ChunkListener
          we just listen for slot value changes so that Links can be created correctly.