X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.g2d%2Fsrc%2Forg%2Fsimantics%2Fg2d%2Fdiagram%2Fparticipant%2FZOrderListener.java;h=f440e6f73b00c2b989bb25b7c7eb57a626b2801c;hb=9c4f7c59dc673c6af8d3ac1d92566ff132d43826;hp=4a828e4eb7ad79007dec347a956a868863ea7576;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.g2d/src/org/simantics/g2d/diagram/participant/ZOrderListener.java b/bundles/org.simantics.g2d/src/org/simantics/g2d/diagram/participant/ZOrderListener.java index 4a828e4eb..f440e6f73 100644 --- a/bundles/org.simantics.g2d/src/org/simantics/g2d/diagram/participant/ZOrderListener.java +++ b/bundles/org.simantics.g2d/src/org/simantics/g2d/diagram/participant/ZOrderListener.java @@ -1,23 +1,23 @@ -/******************************************************************************* - * 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.diagram.participant; - -import org.simantics.g2d.diagram.IDiagram; - -/** - * @author Tuukka Lehtonen - */ -public interface ZOrderListener { - - void orderChanged(IDiagram diagram); - -} +/******************************************************************************* + * 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.diagram.participant; + +import org.simantics.g2d.diagram.IDiagram; + +/** + * @author Tuukka Lehtonen + */ +public interface ZOrderListener { + + void orderChanged(IDiagram diagram); + +}