public interface IAuxDisposable
extends com.aspose.ms.System.IDisposable
Expands the standard System.IDisposable interface, allows to obtain a current state of an object and subscribe to disposing event
Modifier and Type | Field and Description |
---|---|
static com.groupdocs.editor.events.ProcessEvents<com.groupdocs.editor.events.ProcessEventHandler> |
Disposed
Occurs when object is disposed
|
Modifier and Type | Method and Description |
---|---|
boolean |
isDisposed()
Determines whether a resource is closed or not
|
Copyright © 2018. All rights reserved.