00001 package com.generalrobotix.ui.util; 00002 00003 public interface Grx3DViewClickListener { 00004 public void run( int x, int y ); 00005 }