Package rocks.xmpp.extensions.rtt
Class RealTimeTextChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- rocks.xmpp.extensions.rtt.RealTimeTextChangeEvent
-
- All Implemented Interfaces:
Serializable
public final class RealTimeTextChangeEvent extends EventObject
This event notifies listeners, when a message has been successfully updated.- See Also:
RealTimeTextChangeEvent
, Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getText()
Gets the real-time message.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Method Detail
-
getText
public final String getText()
Gets the real-time message.- Returns:
- The real-time message.
-
-