Interface IMonitorOpenNode
-
- All Superinterfaces:
ISearchMonitor
- All Known Implementing Classes:
SearchMonitorList
public interface IMonitorOpenNode extends ISearchMonitor
An interface to monitor open node action in the search loop- Since:
- 13/12/12
- Author:
- Charles Prud'homme
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
afterOpenNode()
Actions to execute after opening a nodedefault void
beforeOpenNode()
Actions to execute before opening a node
-