public interface CoreHunterListener
extends org.jamesframework.core.search.listeners.SearchListener<org.jamesframework.core.subset.SubsetSolution>
Modifier and Type | Method and Description |
---|---|
default void |
preprocessingStarted(String message)
Fired when the pre-processing has started.
|
default void |
preprocessingStopped(String message)
Fired when the pre-processing has stopped.
|
default void preprocessingStarted(String message)
message
- the message to be sent to the listenerdefault void preprocessingStopped(String message)
message
- the message to be sent to the listenerCopyright © 2017. All rights reserved.