//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.TQPopupMenu; import org.trinitydesktop.qt.TQPoint; import org.trinitydesktop.qt.TQMouseEvent; import org.trinitydesktop.qt.TQKeyEvent; import org.trinitydesktop.qt.TQWidget; import org.trinitydesktop.qt.TQWheelEvent; public interface KTextBrowserSignals { /** Emitted when a mail link has been activated and the widget has been configured to emit the signal. @param name The destination name. It is null at the moment. @param address The destination address. @short Emitted when a mail link has been activated and the widget has been configured to emit the signal. */ void mailClick(String name, String address); /** Emitted if mailClick() is not emitted and the widget has been configured to emit the signal. @param url The destination address. @short Emitted if mailClick() is not emitted and the widget has been configured to emit the signal. */ void urlClick(String url); }