Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4219696

Get method for components which returns the eventListener.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.2.0
    • client-libs
    • generic
    • generic



      Name: vi73552 Date: 03/11/99


      I would like a way to get the event listeners of a component, so that they can be removed dynamically...
      i.e.
      my_Circle.addMouseMotionListener( new MouseMotionListener()
           { public void mouseDragged( MouseEvent event)
              { ... };
             ...
           });
      // then when necessary:

      MouseMotionListener temp = my_Circle.getMouseMotionListener();
      // the method ------------------------^
      my_Circle.removeListener( temp );
      ...
      // then later on....
      my_Circle.addMouseMotionListener( temp );
      (Review ID: 54445)
      ======================================================================

            ehawkessunw Eric Hawkes (Inactive)
            vasya Vassili Igouchkine (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: