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 57040 2010-01-27 20:52:32Z cxh $
Author:
Edward A. Lee
Accepted Rating:
Red (eal)
Proposed Rating:
Red (eal)

Method Summary
 void changed(java.lang.String name)
          Called to notify that one of the entries has changed.
 

Method Detail

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.