public abstract class AppletAdapter extends Object implements AppletListener
Extend this class to create a listener for AppletEvents, and then
override the methods corresponding to events of interest.
AppletListener| Constructor and Description |
|---|
AppletAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAppletStarted(AppletEvent e)
Invoked after a newly-created applet instance has been started.
|
public void onAppletStarted(AppletEvent e)
AppletListeneronAppletStarted in interface AppletListener