com.microsoft.tfs.core.util.notifications
Interface NotificationListener


public interface NotificationListener

Listens for notifications from a NotificationManager.

Thread-safety:
thread-compatible

Method Summary
 void notificationReceived(Notification notification, long param1, long param2)
          Called when a message is received by a NotificationManager,
 

Method Detail

notificationReceived

void notificationReceived(Notification notification,
                          long param1,
                          long param2)
Called when a message is received by a NotificationManager,

Parameters:
notification - the notification (must not be null)
param1 - the first parameter
param2 - the second parameter


© 2015 Microsoft. All rights reserved.