IAuxDisposable
Leave feedback
On this page
All Implemented Interfaces: com.groupdocs.editor.interfaces.IDisposable
public interface IAuxDisposable extends IDisposable
Expands the standard IDisposable interface, allows to obtain a current state of an object and subscribe to disposing event
| Field | Description |
|---|---|
| Disposed | Occurs when object is disposed |
| Method | Description |
|---|---|
| isDisposed() | Determines whether a resource is closed (true) or not (false |
public static final Event<EventHandler> Disposed
Occurs when object is disposed
public abstract boolean isDisposed()
Determines whether a resource is closed (true) or not (false
Returns: boolean
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.