Smack

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.

Author:
Gaston Dombiak
See Also:
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

read

void read(java.lang.String str)
Notification that the Reader has read a new string.

Parameters:
str - the read String

Smack

Copyright © 2003-2007 Jive Software.