org.littleshoot.util
Class NoOpWriteListener

java.lang.Object
  extended by 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.


Constructor Summary
NoOpWriteListener()
           
 
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
 

Constructor Detail

NoOpWriteListener

public NoOpWriteListener()
Method Detail

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.