package be.selckin.swu.events; import org.apache.wicket.event.IEvent; public interface EventCaller { void call(Object obj, IEvent<?> event); }