package p.studio.utilities.events; public interface EventBusPublisher { void publish(E event); }