|
||||||||||
| 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(java.lang.String str)
Notification that the Reader has read a new string. |
| Method Detail |
|---|
void read(java.lang.String str)
str - the read String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||