org.kde.koala
public interface DCOPClientSignals
Method Summary | |
---|---|
void | applicationRegistered(String appId)
Indicates that the application appId has been registered with
the server we are attached to.
|
void | applicationRemoved(String appId)
Indicates that the formerly registered application appId has
been removed.
|
void | attachFailed(String msg)
Indicates that the process of establishing DCOP communications failed
in some manner.
|
void | blockUserInput(boolean block)
Indicates that user input shall be blocked or released,
depending on the argument.
|
void | callBack(int arg1, String arg2, byte[] arg3)
Signal used for callbacks of async calls.
|
appId
has been registered with
the server we are attached to.
You need to call setNotifications() first, to tell the DCOP server
that you want to get these events.Parameters: appId the id of the new application
UNKNOWN: Indicates that the application appId
has been registered with the server we are attached to.
appId
has
been removed.
You need to call setNotifications() first, to tell the
DCOP server that you want to get these events.Parameters: appId the id of the removed application
UNKNOWN: Indicates that the formerly registered application appId
has been removed.
Parameters: msg the message tha contains further information
UNKNOWN: Indicates that the process of establishing DCOP communications failed in some manner.
Parameters: block true to block user input, false otherwise
UNKNOWN: Indicates that user input shall be blocked or released, depending on the argument.
See Also: DCOPClientSignals
UNKNOWN: