|
KIE Internal 6.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Disposable
Marker interface that indicates that given class is disposable - meaning shall be manually or automatically disposed on close events.
| Method Summary | |
|---|---|
void |
addDisposeListener(DisposeListener listener)
Allows to register listeners to be notified whenever instance is disposed so dependent instances can take proper action on that occasion. |
void |
dispose()
Actual logic that shall be executed on dispose. |
| Method Detail |
|---|
void dispose()
void addDisposeListener(DisposeListener listener)
listener - callback listener instance
|
KIE Internal 6.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||