Protege-2000 1.7

edu.stanford.smi.protege.event
Class SlotEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--edu.stanford.smi.protege.util.AbstractEvent
              |
              +--edu.stanford.smi.protege.event.SlotEvent
All Implemented Interfaces:
Serializable

public class SlotEvent
extends AbstractEvent

Description of the class

Author:
Ray Fergerson
See Also:
Serialized Form

Field Summary
static int OWN_SLOT_FRAME_ADDED
           
static int OWN_SLOT_FRAME_REMOVED
           
static int TEMPLATE_SLOT_CLS_ADDED
           
static int TEMPLATE_SLOT_CLS_REMOVED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SlotEvent(Slot slot, int type, Frame frame)
           
 
Method Summary
 Cls getCls()
           
 Frame getFrame()
           
 Slot getSlot()
           
 Slot getSubslot()
           
 
Methods inherited from class edu.stanford.smi.protege.util.AbstractEvent
getArgument, getArgument1, getArgument2, getEventType
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TEMPLATE_SLOT_CLS_ADDED

public static final int TEMPLATE_SLOT_CLS_ADDED

TEMPLATE_SLOT_CLS_REMOVED

public static final int TEMPLATE_SLOT_CLS_REMOVED

OWN_SLOT_FRAME_ADDED

public static final int OWN_SLOT_FRAME_ADDED

OWN_SLOT_FRAME_REMOVED

public static final int OWN_SLOT_FRAME_REMOVED
Constructor Detail

SlotEvent

public SlotEvent(Slot slot,
                 int type,
                 Frame frame)
Method Detail

getCls

public Cls getCls()

getFrame

public Frame getFrame()

getSlot

public Slot getSlot()

getSubslot

public Slot getSubslot()

Protege-2000 1.7

Submit a bug report or feature request
Protege-2000 is a trademark of Stanford University.
Copyright (c) 1998-2002 Stanford University.