YUI Library JavaScript DHTML





    
Subscribing to Connection Manager Global Events

/*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 Global Events



  


Connection Manager exposes Custom Events that track the progress of a transaction through 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 global custom events raised by Connection Manager.  In this scenario, an event handler object is created to handle all Custom Events.  Each Custom Event is explicitly subscribed with a reference to it's event handler.


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

      











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