com.tensegrity.gui.swt.control.widgets
Interface InputChangedListener


public interface InputChangedListener

Classes which implement this interface provide methods that deal with the events that are generated when input changes in a control.

Each control which provides an addInputChangeListener and a removeInputChangeListener method is suitable to add an instance of this listener to.

Version:
$Id: InputChangedListener.java,v 1.2 2005/03/21 13:58:16 ArndHouben Exp $
Author:
Arnd Houben

Method Summary
 void inputChanged(InputChangedEvent e)
          Callback method which is invoked after input changed
 

Method Detail

inputChanged

public void inputChanged(InputChangedEvent e)
Callback method which is invoked after input changed

Parameters:
e - the corresponding event with additional information


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