CXMessagePipe

From cxwiki

Revision as of 23: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.