| Package | Description |
|---|---|
| org.uberfire.workbench.events | |
| org.uberfire.workbench.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationEvent.NotificationType |
NotificationEvent.getType() |
static NotificationEvent.NotificationType |
NotificationEvent.NotificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationEvent.NotificationType[] |
NotificationEvent.NotificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NotificationEvent(String notification,
NotificationEvent.NotificationType type) |
NotificationEvent(String notification,
NotificationEvent.NotificationType type,
boolean isSingleton) |
NotificationEvent(String notification,
NotificationEvent.NotificationType type,
boolean isSingleton,
PlaceRequest placeRequest) |
NotificationEvent(String notification,
NotificationEvent.NotificationType type,
boolean isSingleton,
PlaceRequest placeRequest,
Integer initialTopOffset) |
| Modifier and Type | Method and Description |
|---|---|
NotificationEvent.NotificationType |
Notification.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Notification.setType(NotificationEvent.NotificationType type) |
| Constructor and Description |
|---|
Notification(NotificationEvent.NotificationType type,
String message,
Date timestamp,
Notification.State state) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.