Package org.gvsig.scripting
Interface ScriptingNotification
public interface ScriptingNotification
Interface to support the notifications in the application
-
Method Summary
Modifier and TypeMethodDescriptionGets the cause of the ScriptingNotificationgetId()Gets the ScriptingNotification's idintgetType()Gets the type of ScriptingNotificationgetUnit()Get theScriptingUnitwhich send the notification
-
Method Details
-
getType
int getType()Gets the type of ScriptingNotification- Returns:
- An integer with the type.
-
getId
String getId()Gets the ScriptingNotification's id- Returns:
- a String with the id
-
getUnit
ScriptingUnit getUnit()Get theScriptingUnitwhich send the notification- Returns:
invalid input: ''
-
getException
Exception getException()Gets the cause of the ScriptingNotification- Returns:
- Exception
-