public interface CanReleaseResources
| Modifier and Type | Method and Description |
|---|---|
void |
releaseResources()
An object that implements this interface should release all acquired resources assuming it may
be disposed at any time.
|
void releaseResources()
Calling this method does NOT mean that an object is disposing and there won't be any further calls. An object should keep its functional state after calling this method.