Hmm.. actually there is
for (ITargetRespondListener listener : respondListeners)
{
listener.onTargetRespond(this);
}
inside and also
private void fireOnBeforeRespondListeners()
Maybe that will do the job.
**
Martin
2011/1/13 Igor Vaynberg <[email protected]>:
> override it, check if component implements some interface with a
> callback and call it. its not rocket science.
>
> -igor
>
> On Wed, Jan 12, 2011 at 4:08 PM, Martin Makundi
> <[email protected]> wrote:
>> Override on framework level? I was thinking of more on a component level.
>>
>> **
>> Martin
>>
>> 2011/1/13 Igor Vaynberg <[email protected]>:
>>> override ajaxrequettarget#add()
>>>
>>> -igor
>>>
>>> On Wed, Jan 12, 2011 at 3:53 PM, Martin Makundi
>>> <[email protected]> wrote:
>>>> Hi!
>>>>
>>>> Is there an event 'onAddedToAjaxResponse', or something similar?
>>>>
>>>> To make it easier to track when to update a model for example after
>>>> ajax update only.
>>>>
>>>> **
>>>> Martin
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: [email protected]
>>>> For additional commands, e-mail: [email protected]
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]