org.gnu.glib
public class EventMap extends Object
| Method Summary | |
|---|---|
| void | addEvent(String signal, String method, EventType eventType, Class listenerClass) |
| void | addEvent(EventType eventType, Class listenerClass)
Adds an event to the EventMap. |
| Class | getEventListenerClass(String signal)
Return the event listener class for a given signal. |
| EventType | getEventType(String signal)
Get the event type for a given signal. |
| void | initialize(GObject source)
Connect all event handlers to this event source. |
| void | initialize(GObject source, EventType type)
Connect an event handler of the type provided. |
| void | initialize(GObject source, EventType type, boolean shouldCopyIfBoxed)
Connect an event handler of the type provided. |
| void | uninitialize(GObject source, EventType type)
Disconnect an event handler of the type provided. |
Parameters: eventType listenerClass