IFeedback.FormTarget, IFeedback.MessageType, IFeedback.TargetType, IFeedback.Type
Modifier and Type | Field and Description |
---|---|
protected IContext |
context
Feedback context
|
protected IFeedback.Type |
feedbackType
Type of this Feedback object
|
protected Map<String,Object> |
params
Params, the value object should always implement a proper toString method
|
protected IFeedback.TargetType |
targetType
Target type
|
Constructor and Description |
---|
Feedback(IContext context)
Creates a new Feedback object
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
IContext |
getContext() |
Map<String,Object> |
getParams() |
IFeedback.TargetType |
getTargetType() |
IFeedback.Type |
getType() |
int |
hashCode() |
protected IFeedback.Type feedbackType
protected Map<String,Object> params
protected IContext context
protected IFeedback.TargetType targetType
public Feedback(IContext context)
public final IFeedback.Type getType()
public final IFeedback.TargetType getTargetType()
getTargetType
in interface IFeedback
public final IContext getContext()
getContext
in interface IFeedback