00001 package zephyr.plugin.core.api.signals; 00002 00003 00004 public interface Listener<T> { 00005 void listen(T eventInfo); 00006 }