Exemplo n.º 1
0
 @Override
 public void onReceive(Context context, Intent intent) {
   if (mListener != null) {
     // notify the listener that the time or the time zone has been changed.
     mListener.onTimeUpdate(this);
   }
 }
Exemplo n.º 2
0
 @Override
 public void run() {
   if (mListener != null) {
     mListener.onAlarm(TimeChangeObserver.this);
   }
 }