qx.event.message
Class Message

java.lang.Object
  extended by qx.core.Object
      extended by qx.event.message.Message

public class Message
extends Object

A message to be dispatched on the message bus.


Constructor Summary
Message()
           
Message(java.lang.Object vName)
           
Message(java.lang.Object vName, java.lang.Object vData)
           
 
Method Summary
 java.lang.Object getData()
          Returns the (computed) value of the property data.
 java.lang.Object getName()
          Returns the (computed) value of the property name.
 java.lang.Object getSender()
          Returns the (computed) value of the property sender.
 
Methods inherited from class qx.core.Object
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message()

Message

public Message(java.lang.Object vName)

Message

public Message(java.lang.Object vName,
               java.lang.Object vData)
Method Detail

getData

public java.lang.Object getData()

Returns the (computed) value of the property data.

For further details take a look at the property definition: data.


getName

public java.lang.Object getName()

Returns the (computed) value of the property name.

For further details take a look at the property definition: name.


getSender

public java.lang.Object getSender()

Returns the (computed) value of the property sender.

For further details take a look at the property definition: sender.



Copyright © 2008 1&1. All Rights Reserved.