Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol.event
Interface GenericEventListener


public interface GenericEventListener

A listener that would gather and notify for incoming generic events.

Author:
Damian Minkov, Emil Ivov

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

notificationReceived

void notificationReceived(GenericEvent event)
Indicates that an incoming GenericEvent has been received.

Parameters:
event - the incoming event.

notificationDeliveryFailed

void notificationDeliveryFailed(GenericEvent event)
Indicates that a GenericEvent we previously tried to send has not been delivered.

Parameters:
event - the GenericEvent instance describing the event that we couldn't send.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.