org.kie.internal.runtime.manager
Interface DisposeListener
public interface DisposeListener
Callback listener interface to receive notification when Disposable
instances are actually disposed.
|
Method Summary |
void |
onDispose(org.kie.api.runtime.manager.RuntimeEngine runtime)
Invoked by instances that are going to be disposed. |
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.
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.