public interface WriterListener
Modifier and Type | Method and Description |
---|---|
void |
write(String str)
Notification that the Writer has written a new string.
|
void write(String str)
str
- the written stringCopyright © 2016. All rights reserved.