|
||||||||||
| 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.CommandFinishedEvent
public class CommandFinishedEvent
Event fired when the client finishes processing the contents of a command from the server.
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
TYPE
Command finished event type |
| Constructor Summary | |
|---|---|
CommandFinishedEvent(ITransactionCommand command)
Create new CommandFinishedEvent |
|
| Method Summary | |
|---|---|
ITransactionCommand |
getCommand()
Get the command that finished |
| 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 CommandFinishedEvent(ITransactionCommand command)
command - Command that finished| Method Detail |
|---|
public ITransactionCommand getCommand()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||