Algernon Software

org.algernon.kb.event
Interface KnowledgeBaseEvent

All Superinterfaces:
AlgernonEvent

public interface KnowledgeBaseEvent
extends AlgernonEvent

User: hewett Date: May 28, 2003 Time: 3:44:49 PM


Field Summary
static int FRAME_CREATE_EVENT
           
static int FRAME_DELETE_EVENT
           
static int FRAME_MODIFY_EVENT
           
static int KB_CREATE_EVENT
           
static int KB_DELETE_EVENt
           
static int KB_MODIFY_EVENT
           
static int SLOT_CREATE_EVENt
           
static int SLOT_DELETE_EVENT
           
static int SLOT_MODIFY_EVENT
           
 
Method Summary
 AlgernonFrame getFrame()
           
 AlgernonKB getKnowledgeBase()
           
 Object getNewRelationValue()
           
 Object getOldRelationValue()
           
 AlgernonRelation getRelation()
           
 

Field Detail

KB_CREATE_EVENT

public static final int KB_CREATE_EVENT
See Also:
Constant Field Values

KB_MODIFY_EVENT

public static final int KB_MODIFY_EVENT
See Also:
Constant Field Values

KB_DELETE_EVENt

public static final int KB_DELETE_EVENt
See Also:
Constant Field Values

FRAME_CREATE_EVENT

public static final int FRAME_CREATE_EVENT
See Also:
Constant Field Values

FRAME_MODIFY_EVENT

public static final int FRAME_MODIFY_EVENT
See Also:
Constant Field Values

FRAME_DELETE_EVENT

public static final int FRAME_DELETE_EVENT
See Also:
Constant Field Values

SLOT_CREATE_EVENt

public static final int SLOT_CREATE_EVENt
See Also:
Constant Field Values

SLOT_MODIFY_EVENT

public static final int SLOT_MODIFY_EVENT
See Also:
Constant Field Values

SLOT_DELETE_EVENT

public static final int SLOT_DELETE_EVENT
See Also:
Constant Field Values
Method Detail

getKnowledgeBase

public AlgernonKB getKnowledgeBase()

getFrame

public AlgernonFrame getFrame()

getRelation

public AlgernonRelation getRelation()

getOldRelationValue

public Object getOldRelationValue()

getNewRelationValue

public Object getNewRelationValue()

Algernon Software