Interface ThreadEventHandler
-
public interface ThreadEventHandler
ThreadEvent
handler that should be implemented by consumers. Could be enlisted in the @{linkEventService
through the use of aThreadEventListener
.- Since:
- 6.0
- Author:
- Stephane Lacoin at Nuxeo (aka matic)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onEnter(boolean isLongRunning)
void
onLeave()
-