Smack

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.

Author:
Gaston Dombiak
See Also:
ObservableWriter.addWriterListener(org.jivesoftware.smack.util.WriterListener), ObservableWriter.removeWriterListener(org.jivesoftware.smack.util.WriterListener)

Method Summary
 void write(String str)
          Notification that the Writer has written a new string.
 

Method Detail

write

void write(String str)
Notification that the Writer has written a new string.

Parameters:
str - the written string

Smack

Copyright © 2003 Jive Software.