package com.rpsg.gdxQuery; public interface CustomRunnable <T>{ public void run(T t); }