org.kde.koala
public interface ReadOnlyPartSignals
Method Summary | |
---|---|
void | canceled(String errMsg)
Emit this if loading is canceled by the user or by an error. |
void | completed()
Emit this when you have completed loading data.
|
void | completed(boolean pendingAction)
Same as the above signal except it indicates whether there is
a pending action to be executed on a delay timer. |
void | started(Job arg1)
The part emits this when starting data.
|
Parameters: errMsg the error message, empty if the user canceled the loading voluntarily.
UNKNOWN: Emit this if loading is canceled by the user or by an error.
UNKNOWN: Emit this when you have completed loading data.
Parameters: pendingAction true if a pending action exists, false otherwise.
UNKNOWN: Same as the above signal except it indicates whether there is a pending action to be executed on a delay timer.
UNKNOWN: The part emits this when starting data.