Package ptolemy.gui
Interface QueryListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
Console.ConsoleFrame
,DebugListenerTableau.DebugListenerFrame
,DependencyResultsDialog
,FileChooserQuery
,PortConfigurer
,PtolemyQuery
,RenameConfigurer
,SearchResultsDialog
,StyleConfigurer
,SyntaxTextEditor
,SyntaxTextEditorForStringAttributes
,TextEditor
,TextEditorForStringAttributes
public interface QueryListener extends java.util.EventListener
Listener interface for changes in the query box.- Since:
- Ptolemy II 0.3
- Version:
- $Id$
- Author:
- Edward A. Lee
- Pt.AcceptedRating:
- Red (eal)
- Pt.ProposedRating:
- Red (eal)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
changed(java.lang.String name)
Called to notify that one of the entries has changed.
-