org.zkoss.zkdemo.test
Class MyDesktopCleanup

java.lang.Object
  extended by org.zkoss.zkdemo.test.MyDesktopCleanup
All Implemented Interfaces:
DesktopCleanup

public class MyDesktopCleanup
extends java.lang.Object
implements DesktopCleanup

Test of DesktopCleanup

Author:
tomyeh

Constructor Summary
MyDesktopCleanup()
           
 
Method Summary
 void cleanup(Desktop desktop)
          called when a desktop is about to be destroyed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyDesktopCleanup

public MyDesktopCleanup()
Method Detail

cleanup

public void cleanup(Desktop desktop)
             throws java.lang.Exception
called when a desktop is about to be destroyed.

If this method throws an exception, the error message is only logged (user won't see it).

Specified by:
cleanup in interface DesktopCleanup
Throws:
java.lang.Exception


Copyright © 2005-2009 Potix Corporation. All Rights Reserved.