Difference between revisions of "CXMessagePipe"

From cxwiki

(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...")
(No difference)

Revision as of 23:31, 15 April 2018

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.