yf0994 / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Make EventHandler a public class #1136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
EventBus cannot be extended (protected void dispatch(...)) because EventHandler 
is package-private.

Workaround: create the EventBus subclass in the com.google.common.eventbus 
package; suboptimal.

Original issue reported on code.google.com by pfngu...@gmail.com on 6 Sep 2012 at 5:10

GoogleCodeExporter commented 9 years ago
The dispatch method and other methods that took EventHandler parameters have 
been made package-private themselves as of 13.0... they weren't intended to be 
exposed in the first place.

Original comment by cgdec...@gmail.com on 6 Sep 2012 at 5:42

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:13

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:08