|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResequenceListener
A listener interface for receiving ResequenceEvents. A class that is interested in receiving such events implements this interface, and then registers itself with Oracle Composer in the extension file (/META-INF/pe_ext.xml).
<pe-extension>
<event-handlers>
<event-handler type="resequence">Class name of the implementation</event-handler>
</event-handlers>
...
| Method Summary | |
|---|---|
void |
processResequence(ResequenceEvent resequenceEvent)Invoked when end user re-orders components. |
| Method Detail |
|---|
void processResequence(ResequenceEvent resequenceEvent)
throws javax.faces.event.AbortProcessingException
resequenceEvent - The ResequenceEvent that has occured.javax.faces.event.AbortProcessingException - Signal Oracle Composer that no further processing on the current event should be performed.
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||