org.openanzo.model.event
Class CommandStartedEvent

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

public class CommandStartedEvent
extends Event

Event fired when the client starts processing the contents of a command from the server.

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

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

TYPE

public static final org.openrdf.model.URI TYPE
Command started event type

Constructor Detail

CommandStartedEvent

public CommandStartedEvent(ITransactionCommand command)
Create new CommandStartedEvent

Parameters:
command - Command that started
Method Detail

getCommand

public ITransactionCommand getCommand()
Get the command that started

Returns:
the command that started


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