Uses of Class
org.jactr.core.chunk.event.ChunkEvent

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

Uses of ChunkEvent in org.jactr.core.chunk
 

Methods in org.jactr.core.chunk with parameters of type ChunkEvent
 void IChunk.dispatch(ChunkEvent chunkEvent)
          dispatch an event.
 

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

Methods in org.jactr.core.chunk.basic with parameters of type ChunkEvent
 void AbstractChunk.dispatch(ChunkEvent chunkEvent)
           
 

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

Methods in org.jactr.core.chunk.event with parameters of type ChunkEvent
 void IChunkListener.chunkAccessed(ChunkEvent event)
          when the chunk is accessed
 void ChunkListenerAdaptor.chunkAccessed(ChunkEvent event)
           
 void IChunkListener.chunkEncoded(ChunkEvent event)
           
 void ChunkListenerAdaptor.chunkEncoded(ChunkEvent event)
           
 void IChunkListener.mergingInto(ChunkEvent event)
          AbstractACTREvent.getSource() is about to be merged into getChunk()
 void ChunkListenerAdaptor.mergingInto(ChunkEvent event)
           
 void IChunkListener.mergingWith(ChunkEvent event)
          getChunk() is about to be merged into AbstractACTREvent.getSource()
 void ChunkListenerAdaptor.mergingWith(ChunkEvent event)
           
 void IChunkListener.similarityChanged(ChunkEvent event)
           
 void ChunkListenerAdaptor.similarityChanged(ChunkEvent event)
           
 void IChunkListener.slotChanged(ChunkEvent event)
           
 void ChunkListenerAdaptor.slotChanged(ChunkEvent event)
           
 

Uses of ChunkEvent in org.jactr.core.chunk.five
 

Methods in org.jactr.core.chunk.five with parameters of type ChunkEvent
 void DefaultChunk5.dispatch(ChunkEvent event)
          dispatch events from this chunk outward - events are only dispatched if this chunk is valid - i.e.
 

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

Methods in org.jactr.core.module.declarative.four.learning with parameters of type ChunkEvent
 void ChunkListener.chunkEncoded(ChunkEvent ce)
           
 void ChunkListener.mergingInto(ChunkEvent event)
          handles the updating of associative links, references times, and context/needed tallies.
 void ChunkListener.slotChanged(ChunkEvent ce)