X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.g2d%2Fsrc%2Forg%2Fsimantics%2Fg2d%2Felementclass%2FMonitorHandler.java;h=719ce6b91667f5da46accbede15d5e1efed685b9;hb=6f11a60dee43d620d500c0cf5af34a1d91c80a8b;hp=61edf375ebb485a49925f8815185d84ee4bb3af3;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.g2d/src/org/simantics/g2d/elementclass/MonitorHandler.java b/bundles/org.simantics.g2d/src/org/simantics/g2d/elementclass/MonitorHandler.java index 61edf375e..719ce6b91 100644 --- a/bundles/org.simantics.g2d/src/org/simantics/g2d/elementclass/MonitorHandler.java +++ b/bundles/org.simantics.g2d/src/org/simantics/g2d/elementclass/MonitorHandler.java @@ -1,25 +1,25 @@ -/******************************************************************************* - * 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.g2d.elementclass; - -import org.simantics.g2d.element.ElementClass.Single; -import org.simantics.g2d.element.handler.ElementHandler; - -/** - * A tagging element handler for telling whether an element can be considered a - * monitor of another element. - * - * @author Tuukka Lehtonen - */ -@Single -public interface MonitorHandler extends ElementHandler { -} +/******************************************************************************* + * 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.g2d.elementclass; + +import org.simantics.g2d.element.ElementClass.Single; +import org.simantics.g2d.element.handler.ElementHandler; + +/** + * A tagging element handler for telling whether an element can be considered a + * monitor of another element. + * + * @author Tuukka Lehtonen + */ +@Single +public interface MonitorHandler extends ElementHandler { +}