| AVR Z-LINKŪ | |||||
00001 /* This file has been prepared for Doxygen automatic documentation generation.*/ 00002 package radioInterface; 00003 import java.util.TimerTask; 00004 00005 00026 public class TimeOut extends TimerTask{ 00027 00028 private RadioInterface caller; 00029 00038 public void run( ){ 00039 caller.setCommandTimedOut( ); 00040 } 00041 00042 00055 public void setCaller( RadioInterface myCaller ){ 00056 00057 caller = myCaller; 00058 } 00059 00060 }
Generated on Sat Dec 2 16:14:07 2006 for AVR414 User's Guide - ATAVRRZ502 - Accessory Kit by 1.4.7
|