Package com.ptc.mvc.client.feedback
Interface ClientFeedback
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ClientComponentFeedback
- All Known Implementing Classes:
DefaultClientComponentFeedback,DefaultClientFeedback
Encapsulates feedback that an application wishes to send to client
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionintApplication-defined code for the feedback.The message associated with this feedback, or null
Supported API: trueThe Throwable associated with this feedback, or null
Supported API: true
-
Method Details
-
getFeedbackType
int getFeedbackType()Application-defined code for the feedback. Defaults to 0.
Supported API: true- Returns:
- The feedback type
-
getThrowable
Throwable getThrowable()The Throwable associated with this feedback, or null
Supported API: true- Returns:
- Throwable or null
-
getMessage
String getMessage()The message associated with this feedback, or null
Supported API: true- Returns:
- A localized message or null
-