|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NotificationChangeListener
The NotificationChangeListener is notified any time an action type or an event type is added, removed or changed.
| Method Summary | |
|---|---|
void |
actionAdded(NotificationActionTypeEvent event)
This method gets called when a new notification action has been defined for a particular event type. |
void |
actionChanged(NotificationActionTypeEvent event)
This method gets called when a notification action for a particular event type has been changed (for example the corresponding descriptor has changed). |
void |
actionRemoved(NotificationActionTypeEvent event)
This method gets called when a notification action for a particular event type has been removed. |
void |
eventTypeAdded(NotificationEventTypeEvent event)
This method gets called when a new event type has been added. |
void |
eventTypeRemoved(NotificationEventTypeEvent event)
This method gets called when an event type has been removed. |
| Method Detail |
|---|
void actionAdded(NotificationActionTypeEvent event)
event - the NotificationActionTypeEvent, which is
dispatched when a new action has been added.void actionRemoved(NotificationActionTypeEvent event)
event - the NotificationActionTypeEvent, which is
dispatched when an action has been removed.void actionChanged(NotificationActionTypeEvent event)
event - the NotificationActionTypeEvent, which is
dispatched when an action has been changed.void eventTypeAdded(NotificationEventTypeEvent event)
event - the NotificationEventTypeEvent, which is dispatched
when a new event type has been addedvoid eventTypeRemoved(NotificationEventTypeEvent event)
event - the NotificationEventTypeEvent, which is dispatched
when an event type has been removed.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||