org.gnome.unique
public class Response extends org.freedesktop.bindings.Constant
The descriptions below correspond to the interpretation that the program
calling sendMessage()
should apply to the returned Response.
Modifier and Type | Field and Description |
---|---|
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.
|
public static final Response CANCEL
public static final Response FAIL
public static final Response OK
public static final Response PASSTHROUGH