public interface CloseListener extends PageEditorListener
CloseEvents. A class that is
interested in receiving such events implements this class, and then
registers itself with Oracle Composer in the extension file
(/META-INF/pe_ext.xml).
<pe-extension>
<event-handlers>
<event-handler type="close">Class name of the implementation</event-handler>
</event-handlers>
...
| Modifier and Type | Method and Description |
|---|---|
void |
processClose(CloseEvent closeEvent)
Invoked when end user clicks the Close button on Oracle Composer.
|
void processClose(CloseEvent closeEvent) throws javax.faces.event.AbortProcessingException
closeEvent - The CloseEvent that has occured.javax.faces.event.AbortProcessingException - Signal Oracle Composer that no further
processing on the current event should be performed.