users@javaserverfaces-spec-public.java.net

[jsr344-experts mirror] [jsr344-experts] Re: Re: ComponentSystemEvent API review

From: Edward Burns <edward.burns_at_oracle.com>
Date: Fri, 15 Mar 2013 09:02:01 -0700

>>>>> On Fri, 15 Mar 2013 10:50:57 -0400, Andy Schwartz <andy.schwartz_at_oracle.com> said:

>> /**
>> * <p>Broadcast this event instance to the specified
>> * {_at_link FacesListener}, by whatever mechanism is appropriate.
>> Typically,
>> * this will be accomplished by calling an event processing
>> method, and
>> * passing this instance as a paramter.</p>
>> *
>> * @param listener {_at_link FacesListener} to send this {_at_link
>> FacesEvent} to
>> *
>> * @throws AbortProcessingException Signal the JavaServer Faces
>> * implementation that no further processing on the current event
>> * should be performed
>> */

AS> The simplest thing to do would be to add a note that refers to the
AS> superclass do, eg:

Yes. Will do.