|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageDispatch
Provided by the system to MessageOwner classes. Used by those objects to actually dispatch messages.
Method Summary | |
---|---|
void |
dispatchMessage(Msg m,
boolean immediate)
Dispatches a message. |
void |
dispatchMessageHandleErrors(Msg m,
boolean immediate)
Does exactly the same as dispatchMessage but without throwing exceptions. |
Method Detail |
---|
void dispatchMessage(Msg m, boolean immediate)
m
- Message for dispatchimmediate
- True if message should be sent to all targets
immediately before this message returns; false if it should be queued
for later sending after other messages have been handled
BugException
- If the message owner has been lostvoid dispatchMessageHandleErrors(Msg m, boolean immediate)
m
- Message for dispatchimmediate
- True if it should be sent before return, false if it
should be queued (if in doubt, use false)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |