having a interface defined as:
public interface EventListener { void onEvent(String evt); }
in the place it is instantiated inline: