net.sf.jso.transaction
Class TransactionEvent

java.lang.Object
  extended bynet.sf.jso.util.Event
      extended bynet.sf.jso.transaction.TransactionEvent
All Implemented Interfaces:
java.io.Serializable

public class TransactionEvent
extends Event

An event which indicates that a transaction is finnished.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jso.util.Event
source
 
Constructor Summary
TransactionEvent(Transaction aTx)
           
 
Methods inherited from class net.sf.jso.util.Event
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionEvent

public TransactionEvent(Transaction aTx)