private void notifyEmptyListener() {
   for (BroadcasterLifeCyclePolicyListener b : lifeCycleListeners) {
     b.onEmpty();
   }
 }