public interface DisposeListener
DisposeNotifier.DisposeNotifier| Modifier and Type | Method and Description |
|---|---|
void |
notifyDispose(DisposeNotifier source)
Callback fired by a
DisposeNotifier once it is disposed. |
void notifyDispose(DisposeNotifier source)
DisposeNotifier once it is disposed.source - the DisposeNotifer that fires the callback;
will never be null