Class CountingEventBus

java.lang.Object
com.google.web.bindery.event.shared.EventBus
com.google.web.bindery.event.shared.testing.CountingEventBus

public class CountingEventBus extends EventBus
Wraps an EventBus to keep a count of registered handlers and how many times events have fired. Handy for tests.