com.ibm.rational.test.lt.recorder.core.message
Class UserMessage
java.lang.Object
com.ibm.rational.test.lt.recorder.core.message.Message
com.ibm.rational.test.lt.recorder.core.message.UserMessage
- All Implemented Interfaces:
- Serializable
public class UserMessage
- extends Message
A message that is issued by recorder or client delegates and delivered to listeners
so it can be displayed to the user.
- See Also:
- Serialized Form
UserMessage
public UserMessage(String message)
UserMessage
protected UserMessage()
getMessage
public final String getMessage()
toString
public String toString()
- Overrides:
toString
in class Object
getPluginId
public String getPluginId()
- Description copied from class:
Message
- Returns the plugin id (bundle id) that is able to load the implementation class.
This is usually the plugin where the class is defined.
- Specified by:
getPluginId
in class Message
- Returns:
- the plugin id (bundle id) that is able to load the implementation class.
© Copyright IBM Corp. 2012. All rights reserved.