aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/event/EventListenerSupport.java
AgeCommit message (Expand)Author
2022-11-04Use Objects.requireNonNull() directlyGary Gregory
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-07-15More precise exceptionsGary Gregory
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2021-05-25Remove unused imports and reorg others.Gary Gregory
2021-05-25Add and use ArrayUtils.newInstance(Class<T>, int).Gary Gregory
2021-05-25Add and use APIs to avoid compiler warnings and use ofGary Gregory
2020-11-15Consistently use just the parameter name for the message ofGary Gregory
2020-06-17Merge conditions using the same blocks.Gary Gregory
2020-02-14Javadoc style.Gary Gregory
2019-12-20EventListenerSupport: Fix string format of Validate#isTrue call in constructor.pascalschumacher
2019-12-10Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.Gary Gregory
2016-10-23Add final modifier to method parameters.Gary Gregory
2016-10-23Remove redundant type arguments.Gary Gregory
2016-09-11Add missing @since tag to new method in EventListenerSupportBenedikt Ritter
2015-05-12allowDuplicates will always be false at that pointBenedikt Ritter
2015-05-11Added new addListener() method that takes a boolean for if duplicates are all...Matthew Aguirre
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-03-31Fix JavaDoc issues with JDK 1.8Niall Pemberton
2013-10-18It's confusing to re-use field names locallySebastian Bazley
2013-10-18It's confusing to re-use field names locallySebastian Bazley
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-09-27Document some @SuppressWarning annotationsSebastian Bazley
2012-04-05Add missing @Override.Gary D. Gregory
2011-12-28Dropping the serialVersionUID from EventListenerSupport per LANG-765Henri Yandell
2011-03-16Checkstyle and trailing spaces.Oliver Heger
2011-03-04Fix brace positionsStephen Colebourne
2010-08-19spMatthew Jason Benson
2010-08-19allow subclass custom invocation handlingMatthew Jason Benson
2010-08-19add serialization support to EventListenerSupportMatthew Jason Benson
2010-08-18provide read access to the registered listener instancesMatthew Jason Benson
2010-07-24LANG-580: Add Event Support UtilitiesJames W. Carman
2010-07-23missing svn keywords and @version: $ tagsMatthew Jason Benson
2010-07-23unused importMatthew Jason Benson
2010-07-22Using CopyOnWriteArrayList for thread safety.James W. Carman
2010-07-22Improving error checking logic and adding test cases to verify.James W. Carman
2010-07-22Fixing javadoc example.James W. Carman
2010-07-22Changing the way we handle listener list.James W. Carman
2010-07-22Changing eol-style to native.James W. Carman
2010-07-22Misc. event utils.James W. Carman