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.aspose.ms.lang.Event<com.aspose.ms.System.EventHandler> |
Disposed
Occurs when object is disposed
|
Modifier and Type | Method and Description |
---|---|
boolean |
isDisposed()
Determines whether a resource is closed or not
|
Copyright © 2020. All rights reserved.