public class TypedEvent
extends SWTEventObject
Event
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
data
a field for application use
|
Display |
display
the display where the event occurred
|
int |
time
the time that the event occurred.
|
Widget |
widget
the widget that issued the event
|
Constructor and Description |
---|
TypedEvent(Event event)
Constructs a new instance of this class based on the
information in the argument.
|
TypedEvent(java.lang.Object source)
Constructs a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public Display display
public Widget widget
public int time
public java.lang.Object data
public TypedEvent(java.lang.Object source)
source
- the object that fired the eventpublic TypedEvent(Event event)
event
- the low level event to initialize the receiver with
Copyright (c) EclipseSource and others 2002, 2017.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0