public interface DesktopCleanup
There are two ways to use this interface.
Call Desktop.addListener(java.lang.Object)
to register it.
cleanup(org.zkoss.zk.ui.Desktop)
is called.Modifier and Type | Method and Description |
---|---|
void |
cleanup(Desktop desktop)
called when a desktop is about to be destroyed.
|
void cleanup(Desktop desktop) throws java.lang.Exception
If this method throws an exception, the error message is only logged (user won't see it).
java.lang.Exception
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.