You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
465 B
Java
17 lines
465 B
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.koala;
|
|
|
|
import org.kde.qt.TQMetaObject;
|
|
import org.kde.qt.QtSupport;
|
|
import org.kde.qt.TQObject;
|
|
|
|
public interface KDataToolActionSignals {
|
|
/**
|
|
Emitted when a tool has been activated.
|
|
@param info a description of the activated tools
|
|
@param command the command for the tool
|
|
@short Emitted when a tool has been activated.
|
|
*/
|
|
void toolActivated(KDataToolInfo info, String command);
|
|
}
|