com.eteks.sweethome3d.applet
Class ViewerHelper
java.lang.Object
com.eteks.sweethome3d.applet.ViewerHelper
public final class ViewerHelper
- extends Object
Helper for SweetHome3DViewer
. This class is public
because it's loaded by applet viewer class loader as a start point.
- Author:
- Emmanuel Puybaret
Method Summary |
void |
destroy()
Clears all the resources used by the applet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewerHelper
public ViewerHelper(JApplet applet)
destroy
public void destroy()
- Clears all the resources used by the applet.
This method is called when an applet is destroyed.