|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEvent
org.eclipse.swt.events.TypedEvent
public class 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
Field Summary | |
---|---|
java.lang.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(java.lang.Object source)
Constructs a new instance of this class. |
|
TypedEvent(java.lang.Object source,
int id)
Constructs a new instance of this class. |
Method Summary | |
---|---|
protected boolean |
allowProcessing()
|
protected void |
dispatchToObserver(java.lang.Object listener)
|
static boolean |
executeNext()
IMPORTANT: This method is not part of the RWT public API. |
protected java.lang.Class |
getListenerType()
|
java.lang.Object |
getSource()
|
void |
processEvent()
IMPORTANT: This method is not part of the RWT public API. |
java.lang.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 java.lang.Object data
Constructor Detail |
---|
public TypedEvent(Event e)
e
- the low level event to initialize the receiver withpublic TypedEvent(java.lang.Object source)
source
- the object that fired the eventpublic TypedEvent(java.lang.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 java.lang.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 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(java.lang.Object listener)
protected java.lang.Class getListenerType()
public java.lang.String toString()
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.