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 <igor.vaynb...@gmail.com>:
> 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
> <martin.maku...@koodaripalvelut.com> wrote:
>> Override on framework level? I was thinking of more on a component level.
>>
>> **
>> Martin
>>
>> 2011/1/13 Igor Vaynberg <igor.vaynb...@gmail.com>:
>>> override ajaxrequettarget#add()
>>>
>>> -igor
>>>
>>> On Wed, Jan 12, 2011 at 3:53 PM, Martin Makundi
>>> <martin.maku...@koodaripalvelut.com> 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: users-unsubscr...@wicket.apache.org
>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to