public interface CompoundCodeExpansionListener extends CodeExpansionListener
| Modifier and Type | Method and Description |
|---|---|
void |
compoundCodeFolds(java.util.List<CodeExpansionEvent> events)
Code was collapsed or expanded multiple times in a compound fold operation.
|
codeCollapsed, codeExpandedvoid compoundCodeFolds(java.util.List<CodeExpansionEvent> events)
events - a list of CodeExpansionEvents generated during the compound fold.