Receiving the reply from server side

About this task
Following is the process of how to receive the reply from the server side:
  1. After the operation in the server side is executed, the result will be sent back by Invoker for JavaRequest.
  2. BTTClientOperation updates its context to receive the new values and information.
  3. BTTClientOperation invokes an OperationRepliedEvent.
  4. The related BTT Visual Beans respond to this event and update themselves to adopt the new context values.