Package | Description |
---|---|
org.ginsim.core.notification |
API for notifications: notifications, listener and a global manager to connect them
|
org.ginsim.core.notification.resolvable |
Modifier and Type | Method and Description |
---|---|
static void |
NotificationManager.publishResolvableError(Object topic,
String message,
Graph graph,
Object[] data,
NotificationResolution resolution)
Publish an error message with its resolution options
|
static void |
NotificationManager.publishResolvableWarning(Object topic,
String message,
Graph graph,
Object[] data,
NotificationResolution resolution)
Publish a warning message with its resolution options
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidFunctionResolution |
Constructor and Description |
---|
ResolvableErrorNotification(Object topic,
String message,
Graph graph,
Object[] data,
NotificationResolution resolution) |
ResolvableWarningNotification(Object topic,
String message,
Graph graph,
Object[] data,
NotificationResolution resolution) |
Copyright © 2005–2020. All rights reserved.