org.eaglei.search.events
Class IndexChangeEvent

java.lang.Object
  extended by org.eaglei.search.events.IndexChangeEvent

public class IndexChangeEvent
extends java.lang.Object

Class representing changes that require an update to the Lucene index.

Author:
Rich Simon

Constructor Summary
IndexChangeEvent(ChangeEventPayload p)
          Create a change event with the given payload.
 
Method Summary
 ChangeEventPayload getPayload()
          Retrieves the event payload.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexChangeEvent

public IndexChangeEvent(ChangeEventPayload p)
Create a change event with the given payload.

Parameters:
p - Object describing the changes to the index
Method Detail

getPayload

public ChangeEventPayload getPayload()
Retrieves the event payload.

Returns:
IChangeEventgPayload


Copyright © 2009-2011 Eagle-I. All Rights Reserved.