public class ExpansionAdapter extends Object implements IExpansionListener
ExpansionListener
interface.
Classes that wish to deal with ExpansionEvent
s can extend
this class and override only the methods which they are interested in.
IExpansionListener
,
ExpansionEvent
Constructor and Description |
---|
ExpansionAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
expansionStateChanged(ExpansionEvent e)
Sent when the link is exited.
|
void |
expansionStateChanging(ExpansionEvent e)
Sent when the link is entered.
|
public void expansionStateChanging(ExpansionEvent e)
expansionStateChanging
in interface IExpansionListener
e
- the eventpublic void expansionStateChanged(ExpansionEvent e)
expansionStateChanged
in interface IExpansionListener
e
- the event
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.