public class PostAdditionEvent extends PageEditorEvent
PostAdditionEvent is a notification that something was
added to the page in Oracle Composer.
PostAdditionEvent does not have parameters.
| Constructor and Description |
|---|
PostAdditionEvent() |
| Modifier and Type | Method and Description |
|---|---|
Event |
getEventType()
Returns the type of this event.
|
void |
processListener(PageEditorListener listener)
Broadcast this
PostAdditionEvent to the specified
PageEditorListener, by whatever mechanism is appropriate. |
isEventHandled, setEventHandledpublic void processListener(PageEditorListener listener) throws javax.faces.event.AbortProcessingException
PostAdditionEvent to the specified
PageEditorListener, by whatever mechanism is appropriate.
This is accomplished by calling processPostAdditionEvent method on
PostAdditionListener, and passing this PostAdditionEvent
as a paramter.processListener in class PageEditorEventlistener - PageEditorListener to send this
PostAdditionEvent to.javax.faces.event.AbortProcessingException - Signal Oracle Composer that no further
processing on the current event should be performed.public final Event getEventType()
getEventType in class PageEditorEventEvent.POSTADD_EVENT.