//Auto-generated by kalyptus. DO NOT EDIT. package org.trinitydesktop.koala; import org.trinitydesktop.qt.TQMetaObject; import org.trinitydesktop.qt.QtSupport; import org.trinitydesktop.qt.TQIODevice; import org.trinitydesktop.qt.TQIODeviceInterface; public interface KAsyncIOSignals { /** This signal gets sent when the device is ready for reading. @short This signal gets sent when the device is ready for reading. */ void readyRead(); /** This signal gets sent when the device is ready for writing. @short This signal gets sent when the device is ready for writing. */ void readyWrite(); }