Package ptolemy.gui

Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueryActionListener

        public QueryActionListener​(Query owner,
                                   java.lang.String name)
        Construct a listener for line and radio button entries.
        Parameters:
        owner - The owner query
        name - The name of the query
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent event)
        Call all registered QueryListeners.
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
        Parameters:
        event - The event, ignored in this method.