org.openanzo.model.event
Class ReplicationStartedEvent

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

public class ReplicationStartedEvent
extends Event

Event fired when the client starts processing the contents of a replication with the server.

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Field Summary
static org.openrdf.model.URI TYPE
          Replication started event
 
Method Summary
static ReplicationStartedEvent getInstance()
          Get the static instance of ReplicationStartedEvent
 
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
Replication started event

Method Detail

getInstance

public static ReplicationStartedEvent getInstance()
Get the static instance of ReplicationStartedEvent

Returns:
the static instance of ReplicationStartedEvent


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