Interface IFeedback
public interface IFeedback
Represents feedback instructions, which will be sent to the client using the JSON API.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Defines how to open a form for feedback.static enum
Defines the message type for feedback messages.static enum
Depending 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
-