Uses of Class
org.jactr.core.buffer.event.ActivationBufferEvent.Type

Packages that use ActivationBufferEvent.Type
org.jactr.core.buffer.event   
 

Uses of ActivationBufferEvent.Type in org.jactr.core.buffer.event
 

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

Constructors in org.jactr.core.buffer.event with parameters of type ActivationBufferEvent.Type
ActivationBufferEvent(IActivationBuffer buffer, ActivationBufferEvent.Type type, IChunk sourceChunk)
          for SOURCE_ADDED & REMOVED
ActivationBufferEvent(IActivationBuffer buffer, ActivationBufferEvent.Type type, java.lang.String name, java.lang.Object oldValue, java.lang.Object newValue)
          for PARAMETER_CHANGED or STATUS_SLOT_CHANGED