コード例 #1
0
 protected void removeThread(RealtimeThread thread) {
   removeThread(thread.getUID());
 }
コード例 #2
0
 protected void addThread(RealtimeThread thread) {
   addThread(thread.getUID());
 }