public interface ScriptingNotification
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
Gets the cause of the ScriptingNotification
|
String |
getId()
Gets the ScriptingNotification's id
|
int |
getType()
Gets the type of ScriptingNotification
|
ScriptingUnit |
getUnit()
Get the
ScriptingUnit which send the notification |
int getType()
String getId()
ScriptingUnit getUnit()
ScriptingUnit which send the notificationException getException()