org.openanzo.model.event
Class CommitTransactionEvent

java.lang.Object
  extended by org.openanzo.model.event.Event
      extended by org.openanzo.model.event.CommitTransactionEvent
All Implemented Interfaces:
IEvent

public class CommitTransactionEvent
extends Event

Transaction was committed

Author:
Christopher R. Vincent

Constructor Summary
CommitTransactionEvent(ITransaction transaction)
          Create a new CommitTransactionEvent
 
Method Summary
 ITransaction getTransaction()
          Get the transaction that was committed
 
Methods inherited from class org.openanzo.model.event.Event
getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitTransactionEvent

public CommitTransactionEvent(ITransaction transaction)
Create a new CommitTransactionEvent

Parameters:
transaction - that was committed
Method Detail

getTransaction

public ITransaction getTransaction()
Get the transaction that was committed

Returns:
the transaction that was committed


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.