public interface ListenerInterface { void onEvent(java.util.ArrayList list, java.lang.Runtime runtime); }