de.mathema.pride
Class TransactionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.mathema.pride.TransactionEvent
All Implemented Interfaces:
java.io.Serializable

public class TransactionEvent
extends java.util.EventObject

Event type passed in event functions of the TransactionListener interface. The emiting database is passed as event source object.

Author:
Jan Lessner
See Also:
Serialized Form

Field Summary
static java.lang.String REVISION_ID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TransactionEvent(Database db)
           
 
Method Summary
 
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

REVISION_ID

public static final java.lang.String REVISION_ID
See Also:
Constant Field Values
Constructor Detail

TransactionEvent

public TransactionEvent(Database db)