Interface ThreadEventHandler


public interface ThreadEventHandler
ThreadEvent handler that should be implemented by consumers. Could be enlisted in the @{link EventService through the use of a ThreadEventListener.
Since:
6.0
Author:
Stephane Lacoin at Nuxeo (aka matic)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEnter(boolean isLongRunning)
     
    void
     
  • Method Details

    • onEnter

      void onEnter(boolean isLongRunning)
    • onLeave

      void onLeave()