/**
  * Get the lifecycle listeners associated with this lifecycle. If this Lifecycle has no listeners
  * registered, a zero-length array is returned.
  */
 public LifecycleListener[] findLifecycleListeners() {
   return lifecycle.findLifecycleListeners();
 }