Listens for requests to behaviors. When IBehavior s
are 'enriched' with this interface, they can receive requests themselves. You
can use this for example to implement AJAX behavior, though you'll probably
want to extend from AbstractAjaxBehavior directly
instead in that case.