}
PluginHasChanged event =
new PluginHasChanged(ClientStorageInMemory.class,
c.getName(), PluginActions.ENQUEUE);
final BusService busService = Freedomotic.INJECTOR.getInstance(BusService.class);
busService.send(event);
LOG.log(Level.CONFIG,
"{0} added to plugins list.",
c.getName());
}
}