Represents an event that can be posted, or listened for in the EventBus. @see EventBus @since 1.0.0
| 31 | * @since 1.0.0 |
| 32 | */ |
| 33 | public interface Event { |
| 34 | // Marker interface. |
| 35 | } |
nothing calls this directly
no outgoing calls
no test coverage detected