com.microsoft.tfs.core.util.notifications
Interface NotificationListener
public interface NotificationListener
Listens for notifications from a NotificationManager
.
- Thread-safety:
- thread-compatible
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 parameterparam2
- the second parameter
© 2015 Microsoft. All rights reserved.