org.eaglei.search.events
Interface ChangeEventPayload

All Known Implementing Classes:
ChangeEventPayloadImpl

public interface ChangeEventPayload

Interface for classes that can be payloads in an IndexChangeEvent.

Author:
Rich Simon

Method Summary
 java.util.List<ChangeEventPayloadItem> getChanges()
          Get the List of objects representing changes to the Lucene index.
 int getTotalCount()
          Returns number of items in the payload.
 

Method Detail

getTotalCount

int getTotalCount()
Returns number of items in the payload.

Returns:
int The number of items in the payload

getChanges

java.util.List<ChangeEventPayloadItem> getChanges()
Get the List of objects representing changes to the Lucene index.

Returns:
List


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