ptolemy.gui
Interface QueryListener
- public interface QueryListener
- extends java.util.EventListener
Listener interface for changes in the query box.
- Version:
- $Id: QueryListener.java,v 1.2 1999/05/21 06:27:47 eal Exp $
- Author:
- Edward A. Lee
Method Summary |
void |
changed(java.lang.String name)
Called to notify that one of the entries has changed. |
changed
public void changed(java.lang.String name)
- Called to notify that one of the entries has changed.
The name of the entry is passed as an argument.
- Parameters:
name
- The name of the entry.