Adjusting and cleaning up ZigbeeTest to install Vigilia ZigBee gateway and devices.
[iot2.git] / iotjava / iotrmi / Java / basics / CallBack.java
index b64b1ae66f222e3012cb2fe188679d9567bbe1b4..5f731daa5e549d8edc4031943887053e0519fc3c 100644 (file)
@@ -30,6 +30,8 @@ public class CallBack implements CallBackInterface {
        
        public void needCallback(TestClassComplete tc) {
 
+               //System.out.println("Going to invoke getShort()!");
+               //for(int i=0; i<10; i++)
                System.out.println("Short from TestClass: " + tc.getShort((short)1234));
        }
 }