IAuxDisposable
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
Fields
| Field | Description | 
|---|---|
| Disposed | Occurs when object is disposed | 
Methods
| Method | Description | 
|---|---|
| isDisposed() | Determines whether a resource is closed (true) or not (false | 
Disposed
public static final Event<EventHandler> Disposed
Occurs when object is disposed
isDisposed()
public abstract boolean isDisposed()
Determines whether a resource is closed (true) or not (false
Returns: boolean