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

Packages that use ChunkEvent.Type
org.jactr.core.chunk.event   
 

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

Methods in org.jactr.core.chunk.event that return ChunkEvent.Type
 ChunkEvent.Type ChunkEvent.getType()
           
static ChunkEvent.Type ChunkEvent.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChunkEvent.Type[] ChunkEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.jactr.core.chunk.event with parameters of type ChunkEvent.Type
ChunkEvent(IChunk source, ChunkEvent.Type type)
           
ChunkEvent(IChunk sourceAndOriginalChunk, ChunkEvent.Type type, IChunk mergie)