Interface ScriptingNotification


public interface ScriptingNotification
Interface to support the notifications in the application
  • 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 the ScriptingUnit which send the notification
      Returns:
      invalid input: ''
    • getException

      Exception getException()
      Gets the cause of the ScriptingNotification
      Returns:
      Exception