Package org.jivesoftware.smack.util
Interface WriterListener
public interface WriterListener
Interface that allows for implementing classes to listen for string writing
events. Listeners are registered with ObservableWriter objects.
-
Method Summary
-
Method Details
-
write
Notification that the Writer has written a new string.- Parameters:
str
- the written string
-