Add getListeners() method

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Incomplete
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:
              Imported: