Changes between Version 2 and Version 3 of documentation/C++Manual/Events

Show
Ignore:
Author:
lloydw (IP: 202.68.89.228)
Timestamp:
01/08/08 20:49:41 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/C++Manual/Events

    v2 v3  
    22= Events = 
    33 
    4 Events are sent to elements to indicate actions that have occurred to that element. Rocket generates many events internally (these are fully specified in the [wiki:documentation/RML/Events RML events documentation]). The application can also send arbitrary events to elements. 
     4Events are sent to elements to indicate actions that have occurred to that element. Rocket generates many events internally (these are fully specified in the [wiki:documentation/RML/Events RML event documentation]). The application can also send arbitrary events to elements. 
    55 
    66When an event is dispatched to an element, it first goes through a ''bubble'' phase where the each of the element's ancestors has an opportunity to process the event and stop the propagation. The event is then sent to the target element, then goes through a ''capture'' phase where it falls back to its root ancestor.