Connection: Application Component to Object Pipe
-
Interception of events generated by the application component
-
ObjectPipe listens to the events that should be distributed to other applications in the session
-
In order to transmit event, `Send data to all participants' method on ObjectPipe must be called
-
Tango Beans API uses serialization to exchange data between applications so an object provided as a parameter for `Send ...' method should be serializable
|