1 2 3 4 5 6 7
package ru.olamedia.liveEntity; public class LiveEntityEventDispatcher { public static void dispatch(LiveEntityEvent e){ } }