Package org.kie.internal.runtime.manager
Interface DisposeListener
public interface DisposeListener
Callback listener interface to receive notification when
Disposable
instances are actually disposed.-
Method Summary
Modifier and TypeMethodDescriptionvoidonDispose(org.kie.api.runtime.manager.RuntimeEngine runtime) Invoked by instances that are going to be disposed.
-
Method Details
-
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.
-