Example #1
0
 public void stop(Object component) {
   lifecycle.stop(componentInstance);
   started = false;
 }