public class PubSubEventType<E extends PubSubSystemEvent> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
PubSubEventType(Class<E> eventClass)
This class is designed to only have static constants, thus should not be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<E> |
getEventClass()
The event class this type models.
|
Copyright © 2026. All rights reserved.