org.kde.koala

Interface KAsyncIOSignals

public interface KAsyncIOSignals

Method Summary
voidreadyRead()
This signal gets sent when the device is ready for reading.
voidreadyWrite()
This signal gets sent when the device is ready for writing.

Method Detail

readyRead

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

UNKNOWN: This signal gets sent when the device is ready for reading.

readyWrite

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

UNKNOWN: This signal gets sent when the device is ready for writing.