org.tm4j.panckoucke.notification .NotificationRegistry

Description

Defines a registry for objects which want to receive panckoucke-events

Method Summary
void addListener(org.tm4j.panckoucke.notification.NotificationListener l,org.tm4j.panckoucke.notification.NotificationType type)
Registers an NotificationListener for the specified notificationtype.
void removeListener(org.tm4j.panckoucke.notification.NotificationListener l)
Removes an panckoucke NotificationListener completely (for all types).
void removeListener(org.tm4j.panckoucke.notification.NotificationListener l,org.tm4j.panckoucke.notification.NotificationType type)
Removes an panckoucke NotificationListener for the specified notificationtype.