com.levigo.jadice.search
Class SearchResultEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.levigo.jadice.search.SearchResultEvent
All Implemented Interfaces:
Serializable

public final class SearchResultEvent
extends EventObject

The SearchResultEvent informs about a new Result in the ResultSet of a Document.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 AbstractCharSequenceSearchRequest getRequest()
           
 Result getResult()
          Return the result that has been found.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getRequest

public AbstractCharSequenceSearchRequest getRequest()

getResult

public Result getResult()
Return the result that has been found.

Returns:
the result


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.