Constructs a new instance of this class.
Constructs a new instance of this class based on the information in the argument.
Returns the name of the event. This is the name of the class without the module name.
Returns a string containing a concise, human-readable description of the receiver.
a field for application use
the display where the event occurred
the time that the event occurred.
the widget that issued the event
This is the super class for all typed event classes provided by SWT. Typed events contain particular information which is applicable to the event occurrence.
@see org.eclipse.swt.widgets.Event @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>