|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object chrriis.dj.nativeswing.swtimpl.Message
public class Message
The superclass of all the messages that are exchanged at the native interface.
Constructor Summary | |
---|---|
Message()
Create an empty message. |
Method Summary | |
---|---|
void |
asyncSend(boolean isTargetNativeSide)
Send that message asynchronously. |
protected boolean |
isValid()
Indicate whether the message is valid. |
Object |
syncSend(boolean isTargetNativeSide)
Send that message synchronously, potentially returning a result if the message type allows that. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Message()
Method Detail |
---|
public void asyncSend(boolean isTargetNativeSide)
isTargetNativeSide
- true if the target is the native side, false otherwise.public Object syncSend(boolean isTargetNativeSide)
isTargetNativeSide
- true if the target is the native side, false otherwise.
protected boolean isValid()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |