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

Add getListeners() method

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Incomplete
    • Icon: P4 P4
    • None
    • None
    • javafx

      Several classes and interfaces offer addListener() and removeListener(), for example:
      javafx.beans.property.ReadOnlyStringProperty
      javafx.beans.value.ObservableValueBase
      javafx.beans.value.ObservableValue

      In dynamic languages such as Clojure it is typical to update/change/develop the UI while the application is running. For this it can be useful to check how many listeners are currently attached. A getter that returns an immutable sequence of the listeners would be helpful.

            mheinrichs Michael Heinrichs (Inactive)
            athiemejfx Andre Thieme (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: