com.webrenderer.swing.event
Class AppletEvent

java.lang.Object
  extended by 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

Constructor Summary
AppletEvent()
           
 
Method Summary
abstract  Applet getApplet()
          Returns the Applet instance associated with this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletEvent

public AppletEvent()
Method Detail

getApplet

public abstract Applet getApplet()
Returns the Applet instance associated with this event.