org.eclipse.swt.events
Class TypedEvent
java.lang.Object
Event
org.eclipse.swt.events.TypedEvent
-
Direct Known Subclasses:
-
ControlEvent,
CTabFolderEvent,
DisposeEvent,
FocusEvent,
KeyEvent,
LocationEvent,
MenuEvent,
ModifyEvent,
MouseEvent,
SelectionEvent,
ShellEvent,
VerifyEvent
- public class TypedEvent
- extends Event
This is the super class for all typed event classes provided
by RWT. Typed events contain particular information which is
applicable to the event occurrence.
-
See Also:
-
Event
,
Serialized Form
Constructor Summary
|
TypedEvent
(
Object source,
int id)
Constructs a new instance of this class. |
display
public
Display display
- the display where the event occurred
-
Since:
- 1.2
widget
public
Widget widget
- the widget that issued the event
data
public
Object data
- a field for application use
TypedEvent
public TypedEvent(
Object source,
int id)
- Constructs a new instance of this class.
IMPORTANT: This method is not part of the RWT
public API. It is marked public only so that it can be shared
within the packages provided by RWT. It should never be accessed
from application code.
getSource
public
Object getSource()
-
processEvent
public final void processEvent()
-
IMPORTANT: This method is not part of the RWT
public API. It is marked public only so that it can be shared
within the packages provided by RWT. It should never be accessed
from application code.
-
processScheduledEvents
public static void processScheduledEvents()
-
IMPORTANT: This method is not part of the RWT
public API. It is marked public only so that it can be shared
within the packages provided by RWT. It should never be accessed
from application code.
-
executeNext
public static boolean executeNext()
-
IMPORTANT: This method is not part of the RWT
public API. It is marked public only so that it can be shared
within the packages provided by RWT. It should never be accessed
from application code.
-
allowProcessing
protected boolean allowProcessing()
-
dispatchToObserver
protected void dispatchToObserver(
Object listener)
-
getListenerType
protected
Class getListenerType()
-
toString
public
String toString()
-
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.