Interface | Description |
---|---|
IDisposable |
Disposable objects can be destroyed.
|
IDisposable.Listener |
A listener that is notified if the observed object was disposed.
|
IReferenceCountable |
Implementations need to hold an internal counter about references to the
instance.
|
Class | Description |
---|---|
AbstractDisposable |
Base implementation for
IDisposable . |
IDisposable.DisposableUtil |
A public helper util that can be used to check the dispose state of an
element.
|
Exception | Description |
---|---|
IDisposable.DisposeException |
Will be thrown if disposed objects are accessed.
|
Copyright © 2013-2016 Loetz GmbH&Co.KG - Heidelberg - Germany, Eclipse OSBP Project, OS.bee