Uses of Class
rocks.xmpp.extensions.rtt.model.RealTimeText.Event
-
Packages that use RealTimeText.Event Package Description rocks.xmpp.extensions.rtt.model Provides XML schema implementations of XEP-0301: In-Band Real Time Text. -
-
Uses of RealTimeText.Event in rocks.xmpp.extensions.rtt.model
Methods in rocks.xmpp.extensions.rtt.model that return RealTimeText.Event Modifier and Type Method Description RealTimeText.Event
RealTimeText. getEvent()
Gets the event.static RealTimeText.Event
RealTimeText.Event. valueOf(String name)
Returns the enum constant of this type with the specified name.static RealTimeText.Event[]
RealTimeText.Event. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in rocks.xmpp.extensions.rtt.model with parameters of type RealTimeText.Event Constructor Description RealTimeText(RealTimeText.Event event, Collection<RealTimeText.Action> actions, int sequence, String id)
Creates a<rtt/>
element.
-