YUI Library JavaScript DHTML





    
Subscribing to Connection Manager's Custom Events via the Callback Object

/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */
body {
  margin:0;
  padding:0;
}










Subscribing to Connection Manager's Custom Events via the Callback Object



  


Connection Manager exposes Custom Events that track the progress of a transaction throughout its lifecycle.  These Custom Events are raised at the global level and at the transaction level.  The following code example provides a step-by-step approach to subscribing to transactional Custom Events raised by Connection Manager.  In this scenario, an event handler object is created to handle all of the Custom Events; this event handler object is passed to Connection Manager in the callback object.  Connection Manager will automatically subscribe to the events and fire the specified events.


Click "Send a Request" below to try it out, then read the description below to learn how to subscribe to transactional Custom Events in Connection Manager.

      











   
  
yui_2.7.0b.zip( 4,431 k)