Package cn.sliew.milky.event
Interface EventListener<E extends Event>
-
- All Superinterfaces:
EventListener
public interface EventListener<E extends Event> extends EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(E event)
-
-
-
Method Detail
-
execute
void execute(E event)
-
-