| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReaderListener
Interface that allows for implementing classes to listen for string reading events. Listeners are registered with ObservableReader objects.
ObservableReader.addReaderListener(org.jivesoftware.smack.util.ReaderListener), 
ObservableReader.removeReaderListener(org.jivesoftware.smack.util.ReaderListener)| Method Summary | |
|---|---|
|  void | read(String str)Notification that the Reader has read a new string. | 
| Method Detail | 
|---|
void read(String str)
str - the read String| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||