public interface Destructible
Modifier and Type | Method and Description |
---|---|
default void |
destroy()
Perform arbitrary clean-up logic upon component destruction
by the framework.
|
default void destroy()
Note that destroy()
method may be called outside of UI thread, e.g.
when the whole instance of admincentral gets disposed as result of heartbeat
checks. This means that neither Magnolia, nor Vaadin thread locals will be reliably
present upon that method invocation.
Copyright © 2019 Magnolia International Ltd.. All rights reserved.