コード例 #1
0
 @Override
 public synchronized void checkMailStarted(Context context, long accountId, long tag) {
   for (MessagingListener l : mListeners) {
     l.checkMailStarted(context, accountId, tag);
   }
 }