package ru.gravit.utils.event; import java.util.UUID; @FunctionalInterface public interface EventHandler { void run(UUID uuid, T event); }