Package ptolemy.gui
Class Query.QueryActionListener
- java.lang.Object
-
- ptolemy.gui.Query.QueryActionListener
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
- Enclosing class:
- Query
public static class Query.QueryActionListener extends java.lang.Object implements java.awt.event.ActionListener
Listener for "line" and radio button entries.
-
-
Constructor Summary
Constructors Constructor Description QueryActionListener(Query owner, java.lang.String name)
Construct a listener for line and radio button entries.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent event)
Call all registered QueryListeners.
-
-
-
Constructor Detail
-
QueryActionListener
public QueryActionListener(Query owner, java.lang.String name)
Construct a listener for line and radio button entries.- Parameters:
owner
- The owner queryname
- The name of the query
-
-