ptolemy.gui
Interface QueryListener
- All Superinterfaces:
- java.util.EventListener
- public interface QueryListener
- extends java.util.EventListener
Listener interface for changes in the query box.
- Since:
- Ptolemy II 0.3
- Version:
- $Id: QueryListener.html,v 1.1.1.1 2003/07/10 12:20:42 dsagnol 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.