Adapter class that combines a target object (typically, a component) with a
ListenerMethodInvoker . This is the bridge from listener
method names to listener method invocations.
TODO: It would really be nice if we could get the location of the listener binding into thrown
exceptions. As implemented, as best, it will be the location of the <page-specification>
(or <component>) of the page (or component) containing the listener method.
TODO: It would really be nice if we could get the location of the listener binding into thrown exceptions. As implemented, as best, it will be the location of the <page-specification> (or <component>) of the page (or component) containing the listener method.