|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.event.message.Message
public class Message
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 |
---|
public Message()
public Message(java.lang.Object vName)
public Message(java.lang.Object vName, java.lang.Object vData)
Method Detail |
---|
public java.lang.Object getData()
Returns the (computed) value of the property data
.
For further details take a look at the property definition: data
.
public java.lang.Object getName()
Returns the (computed) value of the property name
.
For further details take a look at the property definition: name
.
public java.lang.Object getSender()
Returns the (computed) value of the property sender
.
For further details take a look at the property definition: sender
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |