public interface Cleanable
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Cleans all references that will be no longer valid after component is detached from its parent.
|
void cleanup()
Notice: if an object implements Initializable also, then it is possible that cleanup() will be called
several times without calling Initializable.initialize().
Copyright © 2018. All rights reserved.