Package | Description |
---|---|
org.eclipse.rap.rwt.scripting | |
org.eclipse.swt.events | |
org.eclipse.swt.widgets |
Modifier and Type | Method and Description |
---|---|
void |
ClientListener.handleEvent(Event event)
This method will NOT be called on a ClientListener.
|
Constructor and Description |
---|
ArmEvent(Event event)
Constructs a new instance of this class based on the
information in the given untyped event.
|
ControlEvent(Event event)
Constructs a new instance of this class based on the
information in the given untyped event.
|
DisposeEvent(Event event)
Constructs a new instance of this class based on the
information in the given untyped event.
|
DragDetectEvent(Event event)
Constructs a new instance of this class based on the
information in the given untyped event.
|
ExpandEvent(Event event)
Constructs a new instance of this class based on the information in the
given untyped event.
|
FocusEvent(Event event)
Constructs a new instance of this class based on the
information in the given untyped event.
|
GestureEvent(Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
HelpEvent(Event event)
Constructs a new instance of this class based on the
information in the given untyped event.
|
KeyEvent(Event event)
Constructs a new instance of this class based on the information in the
given untyped event.
|
MenuDetectEvent(Event event)
Constructs a new instance of this class based on the
information in the given untyped event.
|
MenuEvent(Event event)
Constructs a new instance of this class based on the
information in the given untyped event.
|
ModifyEvent(Event event)
Constructs a new instance of this class based on the
information in the given untyped event.
|
MouseEvent(Event event)
Constructs a new instance of this class based on the
information in the given untyped event.
|
PaintEvent(Event event)
Constructs a new instance of this class based on the information in the
given untyped event.
|
SelectionEvent(Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
ShellEvent(Event event)
Constructs a new instance of this class based on the
information in the given untyped event.
|
TouchEvent(Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
TraverseEvent(Event e)
Constructs a new instance of this class based on the information in the
given untyped event.
|
TreeEvent(Event event)
Constructs a new instance of this class based on the
information in the given untyped event.
|
TypedEvent(Event event)
Constructs a new instance of this class based on the
information in the argument.
|
VerifyEvent(Event event)
Constructs a new instance of this class based on the
information in the given untyped event.
|
Modifier and Type | Method and Description |
---|---|
void |
Listener.handleEvent(Event event)
Sent when an event that the receiver has registered for occurs.
|
void |
TypedListener.handleEvent(Event e)
Handles the given event.
|
void |
Widget.notifyListeners(int eventType,
Event event)
Notifies all of the receiver's listeners for events
of the given type that one such event has occurred by
invoking their
handleEvent() method. |
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0