X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.common%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fcommon%2Fprocedure%2Fsingle%2FSingleSetSyncListenerDelegate.java;h=19f1ec42bf5597c2c654f786adb900cc47cd43d7;hp=0628507d9e6fe7789b9b8cc5dc6cf12c36fad223;hb=0d9b90834ce56b292c00b1a39850ed842c3e4d42;hpb=e5db6157fd8722c946613d4e46d7aaf6bfa92609 diff --git a/bundles/org.simantics.db.common/src/org/simantics/db/common/procedure/single/SingleSetSyncListenerDelegate.java b/bundles/org.simantics.db.common/src/org/simantics/db/common/procedure/single/SingleSetSyncListenerDelegate.java index 0628507d9..19f1ec42b 100644 --- a/bundles/org.simantics.db.common/src/org/simantics/db/common/procedure/single/SingleSetSyncListenerDelegate.java +++ b/bundles/org.simantics.db.common/src/org/simantics/db/common/procedure/single/SingleSetSyncListenerDelegate.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * Copyright (c) 2007, 2018 Association for Decentralized Information Management * in Industry THTH ry. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -12,13 +12,13 @@ package org.simantics.db.common.procedure.single; import org.simantics.db.ReadGraph; -import org.simantics.db.common.procedure.adapter.AsyncListenerSupport; +import org.simantics.db.common.procedure.adapter.SyncListenerSupport; -abstract public class SingleSetSyncListenerDelegate extends SingleSetSyncListener { +public abstract class SingleSetSyncListenerDelegate extends SingleSetSyncListener { - final private AsyncListenerSupport support; + private final SyncListenerSupport support; - public SingleSetSyncListenerDelegate(AsyncListenerSupport support) { + public SingleSetSyncListenerDelegate(SyncListenerSupport support) { this.support = support; }