com.threerings.crowd.chat.data
Class TellFeedbackMessage
java.lang.Object
com.threerings.crowd.chat.data.ChatMessage
com.threerings.crowd.chat.data.UserMessage
com.threerings.crowd.chat.data.TellFeedbackMessage
- All Implemented Interfaces:
- Streamable
public class TellFeedbackMessage
- extends UserMessage
A feedback message to indicate that a tell succeeded.
|
Field Summary |
protected boolean |
_failure
|
|
Method Summary |
String |
getFormat()
Get the appropriate message format for this message. |
boolean |
isFailure()
Returns true if this is a failure feedback, false if it is successful tell feedback. |
_failure
protected boolean _failure
TellFeedbackMessage
public TellFeedbackMessage(Name target,
String message,
boolean failure)
- A tell feedback message is only composed on the client.
isFailure
public boolean isFailure()
- Returns true if this is a failure feedback, false if it is successful tell feedback.
getFormat
public String getFormat()
- Description copied from class:
ChatMessage
- Get the appropriate message format for this message.
- Overrides:
getFormat in class UserMessage