|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Listener | |
---|---|
org.eclipse.ercp.swt.mobile | This package contains classes which are suitable for mobile devices. |
org.eclipse.swt.widgets | SWT widget public API classes. |
Uses of Listener in org.eclipse.ercp.swt.mobile |
---|
Methods in org.eclipse.ercp.swt.mobile with parameters of type Listener | |
---|---|
void |
MultiPageDialog.addListener(int eventType,
Listener listener)
Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs. |
void |
MultiPageDialog.removeListener(int eventType,
Listener listener)
Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs. |
Uses of Listener in org.eclipse.swt.widgets |
---|
Classes in org.eclipse.swt.widgets that implement Listener | |
---|---|
class |
TypedListener
Instances of this class are internal SWT implementation objects which provide a mapping between the typed and untyped listener mechanisms that SWT supports. |
Methods in org.eclipse.swt.widgets with parameters of type Listener | |
---|---|
void |
Display.addFilter(int eventType,
Listener listener)
Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs anywhere in this display. |
void |
Display.addListener(int eventType,
Listener listener)
Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs. |
void |
Widget.addListener(int eventType,
Listener listener)
Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs. |
void |
Display.removeFilter(int eventType,
Listener listener)
Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs anywhere in this display. |
void |
Display.removeListener(int eventType,
Listener listener)
Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs. |
void |
Widget.removeListener(int eventType,
Listener listener)
Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |