public class

AppletEvent

extends EventObject
java.lang.Object
   ↳ java.util.EventObject
     ↳ sun.applet.AppletEvent

Class Overview

AppletEvent class.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
AppletEvent(Object source, int id, Object argument)
Public Methods
Object getArgument()
int getID()
String toString()
Returns a String representation of this EventObject.
[Expand]
Inherited Methods
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public AppletEvent (Object source, int id, Object argument)

Public Methods

public Object getArgument ()

public int getID ()

public String toString ()

Returns a String representation of this EventObject.

Returns
  • A a String representation of this EventObject.