CXMessagePipe
From cxwiki
Revision as of 22:31, 15 April 2018 by Windwalkr (talk | contribs) (Created page with "<div class="mw-parser-output">CXMessagePipe allows one CXMessageTarget to observe "broadcasts" from another CXMessageTarget. This is typically used to implement a simple o...")
CXMessagePipe allows one CXMessageTarget to observe "broadcasts" from another CXMessageTarget. This is typically used to implement a simple observer-observee relationship where both objects are derived from CXMessageTarget and where more complicated custom requirements are not necessary.
CXMessagePipe does NOT simply forward all CXMessages passing through the observed CXMessageTarget.
Configuration
TBD.
Broadcast
TBD.
Threading
TBD.