Interface marimba.channel.AppletContext
All Packages Class Hierarchy This Package Previous Next Index
Interface marimba.channel.AppletContext
- public interface AppletContext
- extends Object
- extends AppletContext
This interface allows applets to get access to their channel.
Simply cast the result of getAppletContext() to this interface
and use the result to get the channel.
- Version:
- 1.11, 09/06/96
- Author:
- Arthur van Hoff
-
getApplicationContext()
- Return the channel for this applet.
getApplicationContext
public abstract ApplicationContext getApplicationContext()
- Return the channel for this applet.
All Packages Class Hierarchy This Package Previous Next Index