1 2 3 4 5 6 7
package gtPlusPlus.api.interfaces; public interface RunnableWithInfo<V> extends Runnable { V getInfoData(); }