Uses of Interface
org.jivesoftware.smack.util.ReaderListener
-
Packages that use ReaderListener Package Description org.jivesoftware.smack.util Utility classes. -
-
Uses of ReaderListener in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util with parameters of type ReaderListener Modifier and Type Method Description voidObservableReader. addReaderListener(ReaderListener readerListener)Adds a reader listener to this reader that will be notified when new strings are read.voidObservableReader. removeReaderListener(ReaderListener readerListener)Removes a reader listener from this reader.
-