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