Uses of Interface
org.jivesoftware.smack.util.ReaderListener

Packages that use ReaderListener
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
 void ObservableReader.addReaderListener(ReaderListener readerListener)
          Adds a reader listener to this reader that will be notified when new strings are read.
 void ObservableReader.removeReaderListener(ReaderListener readerListener)
          Removes a reader listener from this reader.