Interface DisposeListener


  • public interface DisposeListener
    Callback listener interface to receive notification when Disposable instances are actually disposed.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onDispose​(org.kie.api.runtime.manager.RuntimeEngine runtime)
      Invoked by instances that are going to be disposed.
    • Method Detail

      • onDispose

        void onDispose​(org.kie.api.runtime.manager.RuntimeEngine runtime)
        Invoked by instances that are going to be disposed.
        Parameters:
        runtime - RuntimeEngine instance that is going to be disposed.