EventBus.publish

Publishes the specified event to an event subsystem that will deliver events to relevant {@link Subscribe}rs.

@param event The event object to distribute to relevant subscribers.

interface EventBus
void
publish
(
Object event
)

Meta