org.avis.client
Interface NotificationListener

All Superinterfaces:
EventListener

public interface NotificationListener
extends EventListener

A listener to notifications from a subscription.

Author:
Matthew Phillips
See Also:
Subscription.addListener(NotificationListener), GeneralNotificationListener

Method Summary
 void notificationReceived(NotificationEvent e)
          Called when a notification is received on a subscription.
 

Method Detail

notificationReceived

void notificationReceived(NotificationEvent e)
Called when a notification is received on a subscription.



Copyright © 2008 Matthew Phillips. All Rights Reserved.