org.jactr.core.chunktype.event
Interface IChunkTypeListener

All Superinterfaces:
java.util.EventListener, IParameterListener
All Known Implementing Classes:
ChunkTypeListenerAdaptor, ColorChunkCache

public interface IChunkTypeListener
extends java.util.EventListener, IParameterListener

Description of the Interface

Author:
harrison

Method Summary
 void childAdded(ChunkTypeEvent cte)
          a child chunk type has been added ...
 void chunkAdded(ChunkTypeEvent cte)
          a chunk has been added.
 void chunkTypeEncoded(ChunkTypeEvent cte)
          chunktype has been encoded by the model
 void slotAdded(ChunkTypeEvent cte)
          a slot was added
 void slotChanged(ChunkTypeEvent cte)
          a slot value has changed
 void slotRemoved(ChunkTypeEvent cte)
          slot has been removed
 
Methods inherited from interface org.jactr.core.event.IParameterListener
parameterChanged
 

Method Detail

chunkTypeEncoded

void chunkTypeEncoded(ChunkTypeEvent cte)
chunktype has been encoded by the model

Parameters:
cte -

childAdded

void childAdded(ChunkTypeEvent cte)
a child chunk type has been added ... this chunktype may not have been encoded yet though..

Parameters:
cte -

chunkAdded

void chunkAdded(ChunkTypeEvent cte)
a chunk has been added. this chunk will necessarily have been encoded

Parameters:
cte -

slotChanged

void slotChanged(ChunkTypeEvent cte)
a slot value has changed

Parameters:
cte -

slotAdded

void slotAdded(ChunkTypeEvent cte)
a slot was added

Parameters:
cte -

slotRemoved

void slotRemoved(ChunkTypeEvent cte)
slot has been removed

Parameters:
cte -