Interface IFeedback
public interface IFeedback
Represents feedback instructions, which will be sent to the client using the JSON API.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumDefines how to open a form for feedback.static enumDefines the message type for feedback messages.static enumDepending on the target, the handling of the instruction will be passed to core of the clientsystem or to the some specific widget.static enum -
Method Summary
-
Method Details
-
getTargetType
IFeedback.TargetType getTargetType() -
getType
IFeedback.Type getType() -
getContext
IContext getContext() -
getParams
-