org.tm4j.panckoucke.notification.NotificationRegistry .addListener(org.tm4j.panckoucke.notification.NotificationListener l,org.tm4j.panckoucke.notification.NotificationType type)

Description

Registers an NotificationListener for the specified notificationtype. After registering, notifications of type notificationtype should be sent to the listener.

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

Parameters
org.tm4j.panckoucke.notification.NotificationListener l
org.tm4j.panckoucke.notification.NotificationType type

Other Resources

Related Topics

Has Parameters