|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CodeWillExpandListener
The listener that's notified prior to a change in the expansion state of a collapsible source code block, giving the listener an opportunity to veto the change.
| Method Summary | |
|---|---|
void |
codeWillCollapse(CodeExpansionEvent event)
Called whenever a block of code is about to be collapsed. |
void |
codeWillExpand(CodeExpansionEvent event)
Called whenever a block of code is about to be expanded. |
| Method Detail |
|---|
void codeWillExpand(CodeExpansionEvent event)
throws CodeExpansionVetoException
CodeExpansionVetoException
void codeWillCollapse(CodeExpansionEvent event)
throws CodeExpansionVetoException
CodeExpansionVetoException
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||