Hi Rex,
Yes the author meant Component. According to the API:
This low-level event is generated by a component object for:
Mouse Events
a mouse button is pressed
a mouse button is released
a mouse button is clicked (pressed and released)
the mouse cursor enters a component
the mouse cursor exits a component
Mouse Motion Events
the mouse is moved
the mouse is dragged
There are no exceptions to the components that can be registered. In some cases though, the component itself might not pass the event through in all cases or at all. If a component is developed using enableEvents, the mouse motion event could be consumed by the component (not passed to listeners).
Regards,
Manfred.