EventCallBack
public interface EventCallBack { void run(Event e); }
Use for listening to events, implement with lambda expression.