ilog.views.event.adapter
Class IlvManagerExpansionAdapter

java.lang.Object
  extended by ilog.views.event.adapter.IlvManagerExpansionAdapter
All Implemented Interfaces:
ManagerExpansionListener, EventListener

public abstract class IlvManagerExpansionAdapter
extends Object
implements ManagerExpansionListener

An abstract adapter class for receiving manager expand/collapse events. The methods in this class are empty. This class exists as convenience for creating listener objects.

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.)

Since:
JViews 7.5
See Also:
ManagerExpansionListener, IlvManager.addManagerExpansionListener(ilog.views.event.ManagerExpansionListener), IlvManager.removeManagerExpansionListener(ilog.views.event.ManagerExpansionListener), IlvManager.setCollapsed(boolean)

Constructor Summary
IlvManagerExpansionAdapter()
          Creates a new manager expansion adapter.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvManagerExpansionAdapter

public IlvManagerExpansionAdapter()
Creates a new manager expansion adapter.

Method Detail

managerCollapsed

public void managerCollapsed(ManagerExpansionEvent evt)
This method is called by the manager after the manager is collapsed. This implementation does nothing.

Specified by:
managerCollapsed in interface ManagerExpansionListener
Parameters:
evt - the expansion event.

managerExpanded

public void managerExpanded(ManagerExpansionEvent evt)
This method is called by the manager before the manager is expanded. This implementation does nothing.

Specified by:
managerExpanded in interface ManagerExpansionListener
Parameters:
evt - the expansion event.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.