Ticket #600 (closed Task: fixed)
Core API: rename Listener to EventListener
Reported by: | jri | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.2 |
Component: | DeepaMehta Standard Distribution | Version: | 4.1.3 |
Keywords: | Cc: | dgf, Malte | |
Complexity: | 2 | Area: | Application Framework / API |
Module: | deepamehta-core |
Description
The name "Listener" is too generic with the danger of name clashes. In fact it does clash with the Jetty library (org.eclipse.jetty.server.Server.Listener).
Change History
comment:2 Changed 11 years ago by Jörg Richter
- Status changed from accepted to closed
- Resolution set to fixed
Core API: rename Listener to EventListener? (#600).
BREAKING CHANGE
The interface de.deepamehta.core.service.Listener is renamed to EventListener.
In case your plugin define its own event types it must be adapted.
Close #600.
Note: See
TracTickets for help on using
tickets.