273274275276277278279
* Can be overridden by sub class to customize its behaviors. * * @return the notifier */ protected NotifierBase buildNotifier() { return new NotifierBase(this); }