Elliotte Rusty Harold created LANG-1727:
-------------------------------------------
Summary: EventListenerSupport doesn't document ordering of events
Key: LANG-1727
URL: https://issues.apache.org/jira/browse/LANG-1727
Project: Commons Lang
Issue Type: Bug
Reporter: Elliotte Rusty Harold
org.apache.commons.lang3.event.EventListenerSupport needs to document and test
for:
1. The synchronicity of events; i.e. they're not fired in separate threads
simultaneously
2. The ordering of events
Adding A, B, and C to EventListenerSupport shouldn't leave devs wondering
whether the events are fired A, B, C or B, C, A or C, B, A.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)