package io.dico.dicore.event; public interface SimpleListener { void accept(T event); }