| Package | Description |
|---|---|
| org.gwtproject.event.shared | |
| org.gwtproject.event.shared.testing |
| Modifier and Type | Class and Description |
|---|---|
class |
EventBus
Dispatches
Events to interested parties. |
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. |
| 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. |
Copyright © 2020. All rights reserved.