You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2024/01/20 16:02:00 UTC

[jira] [Created] (LANG-1728) Deprecate EvewntListenerSupport

Elliotte Rusty Harold created LANG-1728:
-------------------------------------------

             Summary: Deprecate EvewntListenerSupport
                 Key: LANG-1728
                 URL: https://issues.apache.org/jira/browse/LANG-1728
             Project: Commons Lang
          Issue Type: Improvement
          Components: lang.event.*
            Reporter: Elliotte Rusty Harold


As far as I can tell, despite the name it has nothing to do with event listeners. It simply allows one to sequentially invoke the same method on each member of a list of objects of the same type. There are other ways to do that, including lambdas and executors.

This was added circa Java 5/2010 and doesn't fill any particular holes in 2024.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)