Uses of Interface
com.microsoft.tfs.core.util.notifications.NotificationManager

Packages that use NotificationManager
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.util.notifications   
 

Uses of NotificationManager in com.microsoft.tfs.core.clients.versioncontrol
 

Methods in com.microsoft.tfs.core.clients.versioncontrol that return NotificationManager
 NotificationManager Workstation.getNotificationManager()
           
 NotificationManager Workstation.setNotificationManager(NotificationManager newManager)
          Sets the NotificationManager this workstation uses to send and receive intra- and inter-process notifications about things like changes to mappings, new pending changes, merge completion.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type NotificationManager
 NotificationManager Workstation.setNotificationManager(NotificationManager newManager)
          Sets the NotificationManager this workstation uses to send and receive intra- and inter-process notifications about things like changes to mappings, new pending changes, merge completion.
 

Uses of NotificationManager in com.microsoft.tfs.core.util.notifications
 

Classes in com.microsoft.tfs.core.util.notifications that implement NotificationManager
 class MessageWindowNotificationManager
          Implements NotificationManager using a MessageWindow.
 



© 2015 Microsoft. All rights reserved.