org.jactr.core.chunk.event
Class ChunkListenerAdaptor

java.lang.Object
  extended by org.jactr.core.chunk.event.ChunkListenerAdaptor
All Implemented Interfaces:
java.util.EventListener, IChunkListener
Direct Known Subclasses:
ChunkListener

public class ChunkListenerAdaptor
extends java.lang.Object
implements IChunkListener

Author:
harrison TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ChunkListenerAdaptor()
           
 
Method Summary
 void chunkAccessed(ChunkEvent event)
          when the chunk is accessed
 void chunkEncoded(ChunkEvent event)
           
 void mergingInto(ChunkEvent event)
          AbstractACTREvent.getSource() is about to be merged into ChunkEvent.getChunk()
 void mergingWith(ChunkEvent event)
          ChunkEvent.getChunk() is about to be merged into AbstractACTREvent.getSource()
 void similarityChanged(ChunkEvent event)
           
 void slotChanged(ChunkEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkListenerAdaptor

public ChunkListenerAdaptor()
Method Detail

chunkAccessed

public void chunkAccessed(ChunkEvent event)
Description copied from interface: IChunkListener
when the chunk is accessed

Specified by:
chunkAccessed in interface IChunkListener

chunkEncoded

public void chunkEncoded(ChunkEvent event)
Specified by:
chunkEncoded in interface IChunkListener

mergingWith

public void mergingWith(ChunkEvent event)
Description copied from interface: IChunkListener
ChunkEvent.getChunk() is about to be merged into AbstractACTREvent.getSource()

Specified by:
mergingWith in interface IChunkListener

similarityChanged

public void similarityChanged(ChunkEvent event)
Specified by:
similarityChanged in interface IChunkListener

slotChanged

public void slotChanged(ChunkEvent event)
Specified by:
slotChanged in interface IChunkListener

mergingInto

public void mergingInto(ChunkEvent event)
Description copied from interface: IChunkListener
AbstractACTREvent.getSource() is about to be merged into ChunkEvent.getChunk()

Specified by:
mergingInto in interface IChunkListener
See Also:
IChunkListener.mergingInto(org.jactr.core.chunk.event.ChunkEvent)