fr.ove.applet
Class ALCAppletStub

java.lang.Object
  extended byfr.ove.applet.ALCAppletStub
All Implemented Interfaces:
java.applet.AppletStub

public class ALCAppletStub
extends java.lang.Object
implements java.applet.AppletStub

An implementation of the AppletStub interface.
This is the stub sets to an AppletLoadingChecked applet.


Method Summary
 void appletResize(int width, int height)
           
 java.applet.AppletContext getAppletContext()
           
 java.net.URL getCodeBase()
           
 java.net.URL getDocumentBase()
           
 java.lang.String getParameter(java.lang.String p)
           
 boolean isActive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

appletResize

public void appletResize(int width,
                         int height)
Specified by:
appletResize in interface java.applet.AppletStub

getCodeBase

public java.net.URL getCodeBase()
Specified by:
getCodeBase in interface java.applet.AppletStub

getDocumentBase

public java.net.URL getDocumentBase()
Specified by:
getDocumentBase in interface java.applet.AppletStub

isActive

public boolean isActive()
Specified by:
isActive in interface java.applet.AppletStub

getAppletContext

public java.applet.AppletContext getAppletContext()
Specified by:
getAppletContext in interface java.applet.AppletStub

getParameter

public java.lang.String getParameter(java.lang.String p)
Specified by:
getParameter in interface java.applet.AppletStub


Copyright © 1999-2007 Universit?© de Nice Sophia-Antipolis, I3S, Ove SARL, DFKI and Universit?§t des Saarlandes. All Rights Reserved.