java-gnome version 4.0.19

org.gnome.unique
Class Response

Object
  extended by org.freedesktop.bindings.Constant
      extended by org.gnome.unique.Response

public class Response
extends org.freedesktop.bindings.Constant

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.

Since:
4.0.12
Author:
Andrew Cowie

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

CANCEL

public static final Response CANCEL
The command was cancelled by the user at the other side.


FAIL

public static final Response FAIL
There was some kind of inter-process commuincation failure. The command was not handled.


OK

public static final Response OK
The command was completed successfully.


PASSTHROUGH

public static final Response PASSTHROUGH
For whatever reason, the command was not handled by the instance.



java-gnome