Uses of Class
rocks.xmpp.extensions.rtt.model.RealTimeText.Action
-
Packages that use RealTimeText.Action Package Description rocks.xmpp.extensions.rtt.model Provides XML schema implementations of XEP-0301: In-Band Real Time Text. -
-
Uses of RealTimeText.Action in rocks.xmpp.extensions.rtt.model
Subclasses of RealTimeText.Action in rocks.xmpp.extensions.rtt.model Modifier and Type Class Description static class
RealTimeText.EraseText
The implementation of the<e/>
element.static class
RealTimeText.InsertText
The implementation of the<t/>
element.static class
RealTimeText.WaitInterval
The implementation of the<w/>
element.Methods in rocks.xmpp.extensions.rtt.model that return types with arguments of type RealTimeText.Action Modifier and Type Method Description List<RealTimeText.Action>
RealTimeText. getActions()
Gets the actions.Constructor parameters in rocks.xmpp.extensions.rtt.model with type arguments of type RealTimeText.Action Constructor Description RealTimeText(RealTimeText.Event event, Collection<RealTimeText.Action> actions, int sequence, String id)
Creates a<rtt/>
element.
-