| java.lang.Object com.sun.xlet.XletContextImpl
getClassLoader | public java.lang.ClassLoader getClassLoader()(Code) | | Returns the base class loader of the Xlet. This class loader
will be dedicated exclusively to the xlet. The xlet's classes are
all loaded by this classloader or by a classloader that has this
classloader as its ancestor.
|
notifyDestroyed | public void notifyDestroyed()(Code) | | |
notifyPaused | public void notifyPaused()(Code) | | |
resumeRequest | public void resumeRequest()(Code) | | |
|
|