Project

General

Profile

Download (625 Bytes) Statistics
| Branch: | Tag: | Revision:
1 837c73ee Andreas Kohlbecker
This package contains the PojoEventListenerManager which manages the event lsiterner methodfs in mvp popup presenter instances. 
2
Presenter instances are created in turn of the calls to NavigationManagerBean.findPopupView()
3
The PojoEventListenerManager creates ApplicationListener instances for each method annotated with @EventListner 
4
and adds them to the EventMulticaster.
5
6
These classes are locate in this spring package to allow the PojoEventListenerManager using the 
7
org.springframework.context.event.EventExpressionEvaluator class wich is otherwise not visible. 
8
9
see also https://dev.e-taxonomy.eu/redmine/issues/6673