org.mozilla.webclient
Class ImplObject

java.lang.Object
  extended by org.mozilla.webclient.ImplObject

public abstract class ImplObject
extends java.lang.Object

This is the base class for all implementations of the BrowserControl interfaces. It simply defines the common attributes for all webclient implementation classes.


Constructor Summary
ImplObject(BrowserControl yourBrowserControl)
           
 
Method Summary
 void delete()
          I know Java has automatic garbage collection and all, but explicitly adding a delete method helps the gc algorithm out.
 BrowserControl getBrowserControl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplObject

public ImplObject(BrowserControl yourBrowserControl)
Method Detail

getBrowserControl

public BrowserControl getBrowserControl()

delete

public void delete()
I know Java has automatic garbage collection and all, but explicitly adding a delete method helps the gc algorithm out.

Subclasses should override this and call super.delete() at the end of their overridden delete() method.



Copyright © 2002-2005 Mozilla.org All Rights Reserved.