| Package | Description |
|---|---|
| org.gwtproject.event.shared | |
| org.gwtproject.event.shared.testing |
| Modifier and Type | Class and Description |
|---|---|
class |
ResettableEventBus
Wraps an EventBus to hold on to any HandlerRegistrations, so that they can easily all be cleared
at once.
|
class |
SimpleEventBus
Basic implementation of
EventBus. |
| Constructor and Description |
|---|
ResettableEventBus(EventBus wrappedBus) |
| Modifier and Type | Class and Description |
|---|---|
class |
CountingEventBus
Wraps an
EventBus to keep a count of registered handlers and how many times events have
fired. |
class |
RecordingEventBus
Wraps an
EventBus implementation to keep track of fired events. |
| Constructor and Description |
|---|
CountingEventBus(EventBus wrapped) |
RecordingEventBus(EventBus wrapped) |
Copyright © 2020. All rights reserved.