com.levigo.jadice.search
Class SearchStateChangeEvent

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

public class SearchStateChangeEvent
extends EventObject

The SearchProgressEvent informs about the progress of the search in the SearchEngine.
Available information:

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 int getProcessedPagesCount()
           
 AbstractCharSequenceSearchRequest getRequest()
           
 int getTotalPageCount()
           
 boolean isCancelled()
           
 boolean isFinished()
           
 boolean isRunning()
           
 
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

getProcessedPagesCount

public int getProcessedPagesCount()
Returns:
the number of pages that have already been processed

getTotalPageCount

public int getTotalPageCount()
Returns:
the total count of pages the search is searching in

getRequest

public AbstractCharSequenceSearchRequest getRequest()

isRunning

public boolean isRunning()

isCancelled

public boolean isCancelled()

isFinished

public boolean isFinished()


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