public static class Notifications.Bus
extends java.lang.Object
| Constructor and Description |
|---|
Bus() |
| Modifier and Type | Method and Description |
|---|---|
static void |
notify(Notification notification)
Use
notify(Notification, Project) when project is known to show it in its associated frame. |
static void |
notify(Notification notification,
Project project) |
static void |
register(java.lang.String group_id,
NotificationDisplayType defaultDisplayType)
Deprecated.
use
NotificationGroup |
@Deprecated
public static void register(java.lang.String group_id,
NotificationDisplayType defaultDisplayType)
NotificationGrouppublic static void notify(Notification notification)
notify(Notification, Project) when project is known to show it in its associated frame.public static void notify(Notification notification, Project project)