com.webrenderer.swing.event
Class AppletEvent
java.lang.Object
com.webrenderer.swing.event.AppletEvent
public abstract class AppletEvent
- extends Object
An event that indicates a point in the lifecycle of an applet.
- See Also:
AppletListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppletEvent
public AppletEvent()
getApplet
public abstract Applet getApplet()
- Returns the
Applet instance associated with this event.