X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2Fg2d%2Fevents%2FIEventHandlerStack.java;h=a0640f55c076ed57fdf5c693400c57640a474644;hb=refs%2Fchanges%2F38%2F238%2F2;hp=e6108d90e61587357725e8170d498a1a67f0f64d;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/events/IEventHandlerStack.java b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/events/IEventHandlerStack.java index e6108d90e..a0640f55c 100644 --- a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/events/IEventHandlerStack.java +++ b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/events/IEventHandlerStack.java @@ -1,27 +1,27 @@ -/******************************************************************************* - * 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 - *******************************************************************************/ -/* - * - * @author Toni Kalajainen - */ -package org.simantics.scenegraph.g2d.events; - -import org.simantics.utils.datastructures.prioritystack.IPriorityStack; - -/** - * @see EventHandlerStack - * - * @author Toni Kalajainen - */ -public interface IEventHandlerStack extends IEventHandler, IPriorityStack { - -} +/******************************************************************************* + * 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 + *******************************************************************************/ +/* + * + * @author Toni Kalajainen + */ +package org.simantics.scenegraph.g2d.events; + +import org.simantics.utils.datastructures.prioritystack.IPriorityStack; + +/** + * @see EventHandlerStack + * + * @author Toni Kalajainen + */ +public interface IEventHandlerStack extends IEventHandler, IPriorityStack { + +}