|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.model.event.Event
org.openanzo.model.event.TransactionProcessingFinishedEvent
public class TransactionProcessingFinishedEvent
Event fired when the client finishes processing the contents of a transaction from the server.
| 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 |
|---|
public static final org.openrdf.model.URI TYPE
| Constructor Detail |
|---|
public TransactionProcessingFinishedEvent(ITransaction transaction)
transaction - whose contents have been processed| Method Detail |
|---|
public ITransaction getTransaction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||