AWTEvent.AWTEvent
Class Overview | Class Members |
This Package |
All Packages
public AWTEvent( Event event )
Parameters
- event
- the old-style event
Description
Constructs an AWTEvent object from the parameters of a 1.0-style event.
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.