X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fprocedure%2FListenerBase.java;h=82a360a02b6d50b548c9078142fa0f6d593f8c46;hb=refs%2Fchanges%2F38%2F238%2F2;hp=b25cad7dcb6c5956e920ba24eb2e8f59507514c2;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db/src/org/simantics/db/procedure/ListenerBase.java b/bundles/org.simantics.db/src/org/simantics/db/procedure/ListenerBase.java index b25cad7dc..82a360a02 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/procedure/ListenerBase.java +++ b/bundles/org.simantics.db/src/org/simantics/db/procedure/ListenerBase.java @@ -1,42 +1,42 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.db.procedure; - -/** - * - * - * - * @see AsyncProcedure - * @see AsyncMultiProcedure - * @see SetProcedure - * @see Procedure - * @see MultiProcedure - */ -public interface ListenerBase { - - /** - * Informs the database client of the liveness of this procedure. After a - * procedure says that it is disposed, it will be detached from listening to - * request changes and allow the system to discard the procedure references - * from the request. - * - *

- * This return value can be either true or change from - * false to true, it must never change from - * true to false. - *

- * - * @return - */ - boolean isDisposed(); - -} +/******************************************************************************* + * Copyright (c) 2007, 2010 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 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.db.procedure; + +/** + * + * + * + * @see AsyncProcedure + * @see AsyncMultiProcedure + * @see SetProcedure + * @see Procedure + * @see MultiProcedure + */ +public interface ListenerBase { + + /** + * Informs the database client of the liveness of this procedure. After a + * procedure says that it is disposed, it will be detached from listening to + * request changes and allow the system to discard the procedure references + * from the request. + * + *

+ * This return value can be either true or change from + * false to true, it must never change from + * true to false. + *

+ * + * @return + */ + boolean isDisposed(); + +}