java-gnome version 4.0.19

org.gnome.unique
Class MessageData

Object
  extended by org.freedesktop.bindings.Pointer
      extended by org.gnome.glib.Boxed
          extended by org.gnome.unique.MessageData

public final class MessageData
extends Boxed

Wrapper around a payload you can send from one Application to another.

Since:
4.0.12
Author:
Andrew Cowie

Constructor Summary
MessageData()
          Construct a carrier object.
 
Method Summary
 String getText()
          If an application receiving a message with text as its payload, extract that String.
 void setText(String text)
          Specify a String to be this MessageData's payload.
 
Methods inherited from class org.freedesktop.bindings.Pointer
toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageData

public MessageData()
Construct a carrier object.

Since:
4.0.12
Method Detail

getText

public String getText()
If an application receiving a message with text as its payload, extract that String.

Since:
4.0.12

setText

public void setText(String text)
Specify a String to be this MessageData's payload.

Since:
4.0.12


java-gnome