org.kde.koala
Interface KAsyncIOSignals


public interface KAsyncIOSignals


Method Summary
 void readyRead()
          This signal gets sent when the device is ready for reading.
 void readyWrite()
          This signal gets sent when the device is ready for writing.
 

Method Detail

readyRead

void readyRead()
This signal gets sent when the device is ready for reading.


readyWrite

void readyWrite()
This signal gets sent when the device is ready for writing.