org.littleshoot.util
Interface WriteListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
NoOpWriteListener

public interface WriteListener
extends EventListener

Utility class for listening to write events.


Method Summary
 void onBytesRead(int bytesRead)
          Called when new bytes are read.
 

Method Detail

onBytesRead

void onBytesRead(int bytesRead)
Called when new bytes are read.

Parameters:
bytesRead - The number of new bytes read.


Copyright © 2011-2013 LittleShoot. All Rights Reserved.