|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Notification | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol | |
com.microsoft.tfs.core.util.notifications |
Uses of Notification in com.microsoft.tfs.core.clients.versioncontrol |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type Notification | |
---|---|
void |
Workstation.notifyForWorkspace(Workspace workspace,
Notification notification)
Send a cross-process notification through the current NotificationManager for an event that happened in the specified
workspace. |
Uses of Notification in com.microsoft.tfs.core.util.notifications |
---|
Methods in com.microsoft.tfs.core.util.notifications that return Notification | |
---|---|
static Notification |
Notification.fromValue(int value)
|
Methods in com.microsoft.tfs.core.util.notifications with parameters of type Notification | |
---|---|
void |
NotificationListener.notificationReceived(Notification notification,
long param1,
long param2)
Called when a message is received by a NotificationManager , |
void |
NotificationManager.sendNotification(Notification notification,
int param1,
int param2)
Sends a Notification . |
void |
MessageWindowNotificationManager.sendNotification(Notification notification,
int param1,
int param2)
Sends a Notification . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |