org.tm4j.tmnav.app.event.EventDispatcher .addListener(org.tm4j.tmnav.app.event.EventListener l,org.tm4j.tmnav.app.event.EventType eventtype)

Description

Registers an panckoucke EventListener for the specified eventtype. After registering, events of type eventtype should be sent to the listener.

Registering one listener more than once for a particular event should have no effect (the listener should receive the event-notification only once per event).

Parameters
org.tm4j.tmnav.app.event.EventType eventtype
org.tm4j.tmnav.app.event.EventListener l

Other Resources