org.jactr.core.chunk.event
Class ChunkListenerAdaptor
java.lang.Object
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChunkListenerAdaptor
public ChunkListenerAdaptor()
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)