public interface ScriptingNotification
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException()
Gets the cause of the ScriptingNotification
|
java.lang.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()
java.lang.String getId()
ScriptingUnit getUnit()
ScriptingUnit
which send the notificationjava.lang.Exception getException()