Package rocks.xmpp.extensions.rtt
Class RealTimeTextActivationEvent
- java.lang.Object
-
- java.util.EventObject
-
- rocks.xmpp.extensions.rtt.RealTimeTextActivationEvent
-
- All Implemented Interfaces:
Serializable
public final class RealTimeTextActivationEvent extends EventObject
This event notifies listeners, when a real-time message has been created.- See Also:
RealTimeTextActivationEvent
, Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Jid
getSender()
Gets the sender of the real-time text.boolean
isActivated()
Whether the sender has activated real-time text.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Method Detail
-
isActivated
public final boolean isActivated()
Whether the sender has activated real-time text.- Returns:
- True, if the sender has activated real-time text.
-
getSender
public final Jid getSender()
Gets the sender of the real-time text.- Returns:
- The sender.
-
-