Ticket #206 (closed enhancement: fixed)
Add an event managing mechanism in the core
| Reported by: | dumoulin | Owned by: | romain.reuillon |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.4 |
| Component: | core | Version: | 0.3 |
| Severity: | normal | Keywords: | |
| Cc: | romain.reuillon@… |
Description
We need to add an event managing mechanism in the core, to notify objects changes. It could be particularly helpfull for the job state that will be displayed in the UI.
Possible solutions:
- Use the PropertyChangeSupport
- Develop an aspect for AspectJ that can send notification after a method call if this one is annotated.
Change History
Note: See
TracTickets for help on using
tickets.





