org.openanzo.model.event
Class Event

java.lang.Object
  extended by org.openanzo.model.event.Event
All Implemented Interfaces:
IEvent
Direct Known Subclasses:
AbortTransactionEvent, BeginTransactionEvent, CommandFinishedEvent, CommandStartedEvent, CommitTransactionEvent, ReplicationFinishedEvent, ReplicationStartedEvent, TransactionCommittedToServerEvent, TransactionProcessingFinishedEvent, TransactionQueuedEvent, TransactionStartedEvent

public class Event
extends java.lang.Object
implements IEvent

Implementation of Event

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Constructor Summary
Event(org.openrdf.model.URI type)
          Create a new event of the given type
 
Method Summary
 org.openrdf.model.URI getType()
          Get the event's type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event(org.openrdf.model.URI type)
Create a new event of the given type

Parameters:
type - of event
Method Detail

getType

public org.openrdf.model.URI getType()
Get the event's type

Specified by:
getType in interface IEvent
Returns:
the type URI for this event


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