Class SuspendedTextOutputCallback

  • All Implemented Interfaces:
    java.io.Serializable, Callback

    public class SuspendedTextOutputCallback
    extends TextOutputCallback
    Callback to display information messages, warning messages and error messages.
    See Also:
    Serialized Form
    • Constructor Detail

      • SuspendedTextOutputCallback

        public SuspendedTextOutputCallback​(org.json.JSONObject raw,
                                           int index)
      • SuspendedTextOutputCallback

        public SuspendedTextOutputCallback()
    • Method Detail

      • getType

        public java.lang.String getType()
        Description copied from interface: Callback
        Return the type of the Callback, the type name should align with the Callback type returned from AM
        Specified by:
        getType in interface Callback
        Overrides:
        getType in class TextOutputCallback