public interface IAuxDisposable extends IDisposable
Expands the standard IDisposable interface, allows to obtain a current state of an object and subscribe to disposing event
| Modifier and Type | Field and Description |
|---|---|
static Event<EventHandler> |
Disposed
Occurs when object is disposed
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDisposed()
Determines whether a resource is closed (true) or not (false
|
disposestatic final Event<EventHandler> Disposed
Occurs when object is disposed
Copyright © 2024. All rights reserved.