microsoft.exchange.webservices.data
Interface StreamingSubscriptionConnection.INotificationEventDelegate

Enclosing class:
StreamingSubscriptionConnection

public static interface StreamingSubscriptionConnection.INotificationEventDelegate


Method Summary
 void notificationEventDelegate(java.lang.Object sender, NotificationEventArgs args)
          Represents a delegate that is invoked when notifications are received from the server
 

Method Detail

notificationEventDelegate

void notificationEventDelegate(java.lang.Object sender,
                               NotificationEventArgs args)
Represents a delegate that is invoked when notifications are received from the server

Parameters:
sender - The StreamingSubscriptionConnection instance that received the events.
args - The event data.