Loading bundles/ch.elexis.core.ui/src/ch/elexis/core/ui/services/internal/ContextService.java +1 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,7 @@ public class ContextService implements IContextService, EventHandler { @Activate public void activate(){ root = new Context(); contexts = new ConcurrentHashMap<>(); eventDispatcherListener = new SelectionEventDispatcherListener(); reloadEventDispatcherListener = new ReloadEventDispatcherListener(); lockingEventDispatcherListener = new LockingEventDispatcherListener(); Loading Loading
bundles/ch.elexis.core.ui/src/ch/elexis/core/ui/services/internal/ContextService.java +1 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,7 @@ public class ContextService implements IContextService, EventHandler { @Activate public void activate(){ root = new Context(); contexts = new ConcurrentHashMap<>(); eventDispatcherListener = new SelectionEventDispatcherListener(); reloadEventDispatcherListener = new ReloadEventDispatcherListener(); lockingEventDispatcherListener = new LockingEventDispatcherListener(); Loading