org.openanzo.model.event
Class TransactionProcessingFinishedEvent

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

public class TransactionProcessingFinishedEvent
extends Event

Event fired when the client finishes processing the contents of a transaction from the server.

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Field Summary
static org.openrdf.model.URI TYPE
          TransactionFinished event type
 
Constructor Summary
TransactionProcessingFinishedEvent(ITransaction transaction)
          Create a new TransactionFinishedEvent
 
Method Summary
 ITransaction getTransaction()
          Get the transaction whose contents have been processed
 
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
 

Field Detail

TYPE

public static final org.openrdf.model.URI TYPE
TransactionFinished event type

Constructor Detail

TransactionProcessingFinishedEvent

public TransactionProcessingFinishedEvent(ITransaction transaction)
Create a new TransactionFinishedEvent

Parameters:
transaction - whose contents have been processed
Method Detail

getTransaction

public ITransaction getTransaction()
Get the transaction whose contents have been processed

Returns:
the transaction whose contents have been processed


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