ictvmt / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

Add possibility to automaticaly add a multiple handler for an event #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The idea is that when you fire an event, an handler (set as a multiple handler) 
should be created and the event should be pass to this new handler.

You could have this kind of configuration:

@Event(..., generate = OneMultipleHandler.class)
void event1();

you could generate zero to many handlers at a time.

see http://groups.google.com/group/mvp4g/browse_thread/thread/857c2bd7bfc5cec2

Original issue reported on code.google.com by plcoir...@gmail.com on 21 Apr 2011 at 12:29

GoogleCodeExporter commented 8 years ago
Fixed in the last 1.4.0 snapshot

Original comment by plcoir...@gmail.com on 12 Jun 2011 at 6:28