aino-komal / mvp4g

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

Add a method to build event's token #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be useful to have a method to build event's token for external links 
(i.e. GWT's Hyperlink widgets). This method could be provided by the event bus 
and have the following signature:

public String getEventToken(String eventName, Object... parameters);

This is how you could use it:

String token = event.getEventToken(eventName, arg1, arg2);

Original issue reported on code.google.com by plcoir...@gmail.com on 6 Oct 2010 at 11:38

GoogleCodeExporter commented 9 years ago
Thanks for adding this enhancement issue. I think it would be very useful and 
make my code more maintainable since I don't have to hard code the anchor.

Original comment by hilco.wi...@gmail.com on 6 Oct 2010 at 4:35

GoogleCodeExporter commented 9 years ago
Available with the last snapshot

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