public class SWTEventObject extends 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.
source
Constructor and Description |
---|
SWTEventObject(Object source)
Constructs a new instance of this class.
|
public SWTEventObject(Object source)
source
- the object which fired the eventCopyright © 2017. All Rights Reserved.