KIE Internal 6.1.0.Final

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.
 

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.

KIE Internal 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.