Module java.desktop
Package java.applet

Interface AppletStub


@Deprecated(since="9", forRemoval=true) public interface AppletStub
Deprecated, for removal: This API element is subject to removal in a future version.
The Applet API is deprecated, no replacement.
When an applet is first created, an applet stub is attached to it using the applet's setStub method. This stub serves as the interface between the applet and the browser environment or applet viewer environment in which the application is running.
Since:
1.0
See Also: