AWTEvent.AWTEvent

AWTEvent.AWTEvent

Class Overview | Class Members | This Package | All Packages

Syntax 1
public AWTEvent( Event event )
Parameters
event
the old-style event
Description
Constructs an AWTEvent object from the parameters of a 1.0-style event.



Syntax 2
public AWTEvent( Object source, int id )
Parameters
source
the object where the event originated
Description
Constructs an AWTEvent object with the specified source object and type.