public abstract class ExpandAdapter extends java.lang.Object implements ExpandListener
ExpandListener
interface.
Classes that wish to deal with ExpandEvent
s can
extend this class and override only the methods which they are
interested in.
ExpandListener
,
ExpandEvent
,
Sample code and further informationConstructor and Description |
---|
ExpandAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
itemCollapsed(ExpandEvent e)
Sent when an item is collapsed.
|
void |
itemExpanded(ExpandEvent e)
Sent when an item is expanded.
|
public void itemCollapsed(ExpandEvent e)
itemCollapsed
in interface ExpandListener
e
- an event containing information about the operationpublic void itemExpanded(ExpandEvent e)
itemExpanded
in interface ExpandListener
e
- an event containing information about the operation