processListener
public abstract void processListener(T listener,
U result)
throws javax.faces.event.AbortProcessingException
Broadcast this PageEditorEvent to the specified
PageEditorListener, by whatever mechanism is appropriate.
Typically, this will be accomplished by calling an event processing
method, and passing this PageEditorEvent as a paramter.
- Parameters:
listener - PageEditorListener to send this
CloseEvent to.
result - PageEditorEventResult to store the result
- Throws:
javax.faces.event.AbortProcessingException - Signal Page Editor that no further
processing on the current event should be performed.