public final class RealTimeTextActivationEvent
extends java.util.EventObject
This event notifies listeners, when a real-time message has been created.
RealTimeTextActivationEvent,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
Jid |
getSender()
Gets the sender of the real-time text.
|
boolean |
isActivated()
Whether the sender has activated real-time text.
|
public final boolean isActivated()
Whether the sender has activated real-time text.
public final Jid getSender()
Gets the sender of the real-time text.
Copyright © 2014–2019 XMPP.rocks. All rights reserved.