|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.unique.Response
public class Response
Constants enumerating the reponse that a Application.MessageReceived handler can make.
The descriptions below correspond to the interpretation that the program
calling sendMessage()
should apply to the returned Response.
Field Summary | |
---|---|
static Response |
CANCEL
The command was cancelled by the user at the other side. |
static Response |
FAIL
There was some kind of inter-process commuincation failure. |
static Response |
OK
The command was completed successfully. |
static Response |
PASSTHROUGH
For whatever reason, the command was not handled by the instance. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Response CANCEL
public static final Response FAIL
public static final Response OK
public static final Response PASSTHROUGH
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |