public class SWTEventObject
extends java.util.EventObject
It is part of our effort to provide support for both J2SE and J2ME platforms. Under this scheme, classes need to extend SWTEventObject instead of java.util.EventObject.
Note: java.util.EventObject is not part of CDC and CLDC.
| Constructor and Description |
|---|
SWTEventObject(java.lang.Object source)
Constructs a new instance of this class.
|