|
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 GenericEventListener
A listener that would gather and notify for incoming generic events.
| Method Summary | |
|---|---|
void |
notificationDeliveryFailed(GenericEvent event)
Indicates that a GenericEvent we previously tried to send has not been delivered. |
void |
notificationReceived(GenericEvent event)
Indicates that an incoming GenericEvent has been received. |
| Method Detail |
|---|
void notificationReceived(GenericEvent event)
event - the incoming event.void notificationDeliveryFailed(GenericEvent event)
event - the GenericEvent instance describing the event
that we couldn't send.
|
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 | |||||||||