com.tensegrity.gui.swt.control.panels.slidepanel
Interface SlidePanelListener


public interface SlidePanelListener

A listener which gets notified whenever the state of a SlidePanel change.

Version:
$Id: SlidePanelListener.java,v 1.1 2005/09/27 10:50:34 ArndHouben Exp $
Author:
ArndHouben

Method Summary
 void stateChanged(SlidePanelEvent e)
          Gets called whenever the state of a SlidePanel changes, i.e. it is collapsed, expanded or closed.
 

Method Detail

stateChanged

public void stateChanged(SlidePanelEvent e)
Gets called whenever the state of a SlidePanel changes, i.e. it is collapsed, expanded or closed.

Parameters:
e - a SlidePanelEvent instance containing the correct event type.
See Also:
{@link SlidePanelEvent}


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.