public static interface ECPDisposable.DisposeListener
Modifier and Type | Method and Description |
---|---|
void |
disposed(ECPDisposable disposable)
Callback method being used to notify listeners about a dispose.
|
void disposed(ECPDisposable disposable) throws DisposeException
disposable
- the object being disposedDisposeException
- is thrown when something goes wrongCopyright © 2018. All rights reserved.