public interface IDisposable
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose all of the objects resources.
|
boolean |
isDisposed()
true if this object is already disposed. |
void dispose()
boolean isDisposed()
true if this object is already disposed.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.