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.java,v 1.14 2005/07/08 19:59:08 cxh Exp $
- Author:
- Edward A. Lee
- Accepted Rating:
- Proposed Rating:
Method Summary |
void |
changed(java.lang.String name)
Called to notify that one of the entries has changed. |
changed
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.