org.openanzo.model.event
Class CommandFinishedEvent

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

public class CommandFinishedEvent
extends Event

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

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

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

TYPE

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

Constructor Detail

CommandFinishedEvent

public CommandFinishedEvent(ITransactionCommand command)
Create new CommandFinishedEvent

Parameters:
command - Command that finished
Method Detail

getCommand

public ITransactionCommand getCommand()
Get the command that finished

Returns:
the command that finished


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