|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEvent
org.eclipse.swt.events.TypedEvent
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.
Event
,
Serialized FormField Summary | |
Object |
data
a field for application use |
Display |
display
the display where the event occurred |
Widget |
widget
the widget that issued the event |
Constructor Summary | |
TypedEvent(Event e)
Constructs a new instance of this class based on the information in the argument. |
|
TypedEvent(Object source)
Constructs a new instance of this class. |
|
TypedEvent(Object source,
int id)
Constructs a new instance of this class. |
Method Summary | |
protected boolean |
allowProcessing()
|
protected void |
dispatchToObserver(Object listener)
|
static boolean |
executeNext()
IMPORTANT: This method is not part of the RWT public API. |
protected Class |
getListenerType()
|
Object |
getSource()
|
void |
processEvent()
IMPORTANT: This method is not part of the RWT public API. |
static void |
processScheduledEvents()
IMPORTANT: This method is not part of the RWT public API. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Display display
public Widget widget
public Object data
Constructor Detail |
public TypedEvent(Event e)
e
- the low level event to initialize the receiver withpublic TypedEvent(Object source)
source
- the object that fired the eventpublic TypedEvent(Object source, int id)
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.
Method Detail |
public Object getSource()
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.
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.
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.
protected boolean allowProcessing()
protected void dispatchToObserver(Object listener)
protected Class getListenerType()
public String toString()
|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.