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 classRealTimeText.EraseTextThe implementation of the<e/>element.static classRealTimeText.InsertTextThe implementation of the<t/>element.static classRealTimeText.WaitIntervalThe 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. 
 -