Package org.jivesoftware.smack.util
Interface ReaderListener
public interface ReaderListener
Interface that allows for implementing classes to listen for string reading
events. Listeners are registered with ObservableReader objects.
- See Also:
-
Method Summary
-
Method Details
-
read
Notification that the Reader has read a new string.- Parameters:
str- the read String
-