Esempio n. 1
0
 @Deactivate
 public void deactivate() {
   store.unsetDelegate(delegate);
   eventDispatcher.removeSink(VirtualNetworkEvent.class);
   intentService.removeListener(intentListener);
   log.info("Stopped");
 }