Interface IFeedback


  • public interface IFeedback
    Represents feedback instructions, which will be sent to the client using the JSON API.
    • Method Detail

      • getTargetType

        IFeedback.TargetType getTargetType()
        Returns the target type of this feedback object.
        Returns:
        the target type
      • getType

        IFeedback.Type getType()
        Returns the type of this feedback object.
        Returns:
        the type
      • getContext

        @Deprecated
        IContext getContext()
        Deprecated.
        Returns the context of this feedback object.
        Returns:
        the target type
      • getParams

        java.util.Map<java.lang.String,​java.lang.Object> getParams()
        Returns the parameters of this feedback object.
        Returns:
        the parameters