Protege 3.4.1

edu.stanford.smi.protege.event
Class TransactionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by edu.stanford.smi.protege.util.SessionEvent
          extended by edu.stanford.smi.protege.util.AbstractEvent
              extended by edu.stanford.smi.protege.event.TransactionEvent
All Implemented Interfaces:
Event, Localizable, Serializable

public class TransactionEvent
extends AbstractEvent

See Also:
Serialized Form

Field Summary
static int TRANSACTION_BEGIN
           
static int TRANSACTION_END
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TransactionEvent(KnowledgeBase kb, int type, String name, Boolean committed)
           
 
Method Summary
 String getBeginString()
           
 KnowledgeBase getKnowledgeBase()
           
 Boolean isCommitted()
           
 
Methods inherited from class edu.stanford.smi.protege.util.AbstractEvent
equals, equals, getArgument, getArgument1, getArgument2, getArgument3, getEventType, getSource, getTimeStamp, getUserName, hashCode, isReplacementEvent, localize, setReplacementEvent, setSource, setTimeStamp, toString
 
Methods inherited from class edu.stanford.smi.protege.util.SessionEvent
getSession, isHiddenByTransaction, setHiddenByTransaction
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TRANSACTION_BEGIN

public static final int TRANSACTION_BEGIN
See Also:
Constant Field Values

TRANSACTION_END

public static final int TRANSACTION_END
See Also:
Constant Field Values
Constructor Detail

TransactionEvent

public TransactionEvent(KnowledgeBase kb,
                        int type,
                        String name,
                        Boolean committed)
Method Detail

getKnowledgeBase

public KnowledgeBase getKnowledgeBase()

getBeginString

public String getBeginString()

isCommitted

public Boolean isCommitted()

Protege 3.4.1

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2009 Stanford University.