aino-komal / mvp4g

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

Private events #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some events in event bus can be intended only for internal module 
communication, but they are exposed in the same way as events intended for 
communication between modules, the former are private interface of the module 
and the latter the public. One can distinguish them only by convention or 
documentation. It would be good to have private events that cannot be forwarded 
from parent module, for example annotated with @Private.

Original issue reported on code.google.com by jacka...@gmail.com on 15 Mar 2011 at 11:48

GoogleCodeExporter commented 9 years ago

Original comment by plcoir...@gmail.com on 15 Mar 2011 at 1:11

GoogleCodeExporter commented 9 years ago
I agree that this could be useful.  Maybe @Event and @InternalEvent (or 
@ModuleEvent)?  

Original comment by prono...@gmail.com on 23 Feb 2012 at 7:48