public interface IExpansionListener
Modifier and Type | Method and Description |
---|---|
void |
expansionStateChanged(ExpansionEvent e)
Notifies the listener after the expandable control has changed its
expansion state.
|
void |
expansionStateChanging(ExpansionEvent e)
Notifies the listener that the expandable control is about to change its
expansion state.
|
void expansionStateChanging(ExpansionEvent e)
e
- the expansion eventvoid expansionStateChanged(ExpansionEvent e)
e
- the expansion eventGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.