package com.projectseptember.RNGL; public interface RunInGLThread { public void runInGLThread(final Runnable runnable); }