|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DCOPClientSignals
Method Summary | |
---|---|
void |
applicationRegistered(java.lang.String appId)
Indicates that the application appId has been registered with
the server we are attached to. |
void |
applicationRemoved(java.lang.String appId)
Indicates that the formerly registered application appId has
been removed. |
void |
attachFailed(java.lang.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,
java.lang.String arg2,
byte[] arg3)
Signal used for callbacks of async calls. |
Method Detail |
---|
void applicationRegistered(java.lang.String appId)
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.
appId
- the id of the new applicationvoid applicationRemoved(java.lang.String appId)
appId
has
been removed.
You need to call setNotifications() first, to tell the
DCOP server that you want to get these events.
appId
- the id of the removed applicationvoid attachFailed(java.lang.String msg)
msg
- the message tha contains further informationvoid blockUserInput(boolean block)
block
- true to block user input, false otherwisevoid callBack(int arg1, java.lang.String arg2, byte[] arg3)
#callAsync
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |