|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.view.page.editor.event.PageEditorEvent
oracle.adf.view.page.editor.event.PostAdditionEvent
public class PostAdditionEvent
A PostAdditionEvent is a notification that something was added to the page in Oracle Composer.
PostAdditionEvent does not have parameters.
| Constructor Summary | |
|---|---|
PostAdditionEvent() |
|
| Method Summary | |
|---|---|
Event |
getEventType()Returns the type of this event. |
void |
processListener(PageEditorListener listener)Broadcast this PostAdditionEvent to the specified PageEditorListener, by whatever mechanism is appropriate. |
| Methods inherited from class oracle.adf.view.page.editor.event.PageEditorEvent |
|---|
isEventHandled, setEventHandled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PostAdditionEvent()
| Method Detail |
|---|
public 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.
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||