|
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 SoundNotificationHandler
The SoundNotificationHandler interface is meant to be implemented by the notification bundle in order to provide handling of sound actions.
| Method Summary | |
|---|---|
void |
start(SoundNotificationAction action,
NotificationData data)
Start playing the sound pointed by getDescriotor. |
void |
stop(NotificationData data)
Stops playing the sound pointing by getDescriptor. |
| Methods inherited from interface net.java.sip.communicator.service.notification.NotificationHandler |
|---|
getActionType |
| Method Detail |
|---|
void start(SoundNotificationAction action,
NotificationData data)
action - the action to act upondata - Additional data for the event.void stop(NotificationData data)
data - Additional data for the event.
|
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 | |||||||||