Пример #1
0
 private void notifyTxListener() {
   if (txListener != null) {
     txListener.onCommit();
   }
 }