ictvmt / mvp4g

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

Event shouldn't always build presenters/load modules #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This feature would give the possibility to send events to only build 
presenters/load modules:
http://groups.google.com/group/mvp4g/browse_thread/thread/8d36dea306e389e8

The idea would be add a new attribute to the @Event:
@Event(..., passive=true) 
void oneEvent(...) 

passive would mean that the event won't build presenter or load modules when 
fire.

"passive" may not be the best name for this attribute so let me know if you 
have a better idea. 

Original issue reported on code.google.com by plcoir...@gmail.com on 29 Oct 2010 at 8:46

GoogleCodeExporter commented 8 years ago
Available with the last snapshot

Original comment by plcoir...@gmail.com on 11 Nov 2010 at 11:39