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 Detail

      • onEnter

        void onEnter​(boolean isLongRunning)
      • onLeave

        void onLeave()