org.eclipse.swt.internal
Class SWTEventObject
java.lang.Object
java.util.EventObject
org.eclipse.swt.internal.SWTEventObject
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AccessibleControlEvent, AccessibleEvent, AccessibleTextEvent, ImageLoaderEvent, TypedEvent
public class SWTEventObject
- extends java.util.EventObject
This class is the cross-platform version of the
java.util.EventObject class.
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.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
SWTEventObject(java.lang.Object source)
Constructs a new instance of this class. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SWTEventObject
public SWTEventObject(java.lang.Object source)
- Constructs a new instance of this class.
- Parameters:
source
- the object which fired the event