org.littleshoot.util
Class NoOpWriteListener
java.lang.Object
org.littleshoot.util.NoOpWriteListener
- All Implemented Interfaces:
- EventListener, WriteListener
public final class NoOpWriteListener
- extends Object
- implements WriteListener
Write listener that does nothing on write events.
|
Method Summary |
void |
onBytesRead(int bytesRead)
Called when new bytes are read. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpWriteListener
public NoOpWriteListener()
onBytesRead
public void onBytesRead(int bytesRead)
- Description copied from interface:
WriteListener
- Called when new bytes are read.
- Specified by:
onBytesRead in interface WriteListener
- Parameters:
bytesRead - The number of new bytes read.
Copyright © 2011-2013 LittleShoot. All Rights Reserved.