public abstract class IlvManagerExpansionAdapter extends Object implements ManagerExpansionListener
Extend this class to create a manager expansion event listener
and override the methods for the events of interest. (If you implement the
ManagerExpansionListener
interface, you have to define all of
the methods in it. This abstract class defines null methods for them
all, so you can only have to define methods for events you care about.)
Constructor and Description |
---|
IlvManagerExpansionAdapter()
Creates a new manager expansion adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
managerCollapsed(ManagerExpansionEvent evt)
This method is called by the manager after the manager is collapsed.
|
void |
managerExpanded(ManagerExpansionEvent evt)
This method is called by the manager before the manager is expanded.
|
public IlvManagerExpansionAdapter()
public void managerCollapsed(ManagerExpansionEvent evt)
managerCollapsed
in interface ManagerExpansionListener
evt
- the expansion event.public void managerExpanded(ManagerExpansionEvent evt)
managerExpanded
in interface ManagerExpansionListener
evt
- the expansion event.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.