void |
Display.addFilter(int eventType,
Listener listener) |
Adds the listener to the collection of listeners who will
be notified when an event of the given type occurs anywhere
in a widget.
|
void |
Display.addListener(int eventType,
Listener listener) |
Adds the listener to the collection of listeners who will
be notified 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 notified 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 notified when an event of the given type occurs anywhere in
a widget.
|
void |
Display.removeListener(int eventType,
Listener listener) |
Removes the listener from the collection of listeners who will
be notified 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 notified when an event of the given type occurs.
|