X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.simulation%2Fsrc%2Forg%2Fsimantics%2Fsimulation%2Fexperiment%2FIDynamicExperimentListener.java;h=88da3785915d41cd02fa0445f1b4e804461bba5a;hb=ca59190923cb45fbcde8d18d78c9c1418c1f0471;hp=e1f59da99754338efe7a478c6bc362174a982973;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.simulation/src/org/simantics/simulation/experiment/IDynamicExperimentListener.java b/bundles/org.simantics.simulation/src/org/simantics/simulation/experiment/IDynamicExperimentListener.java index e1f59da99..88da37859 100644 --- a/bundles/org.simantics.simulation/src/org/simantics/simulation/experiment/IDynamicExperimentListener.java +++ b/bundles/org.simantics.simulation/src/org/simantics/simulation/experiment/IDynamicExperimentListener.java @@ -1,16 +1,16 @@ -/******************************************************************************* - * 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.simulation.experiment; - -public interface IDynamicExperimentListener extends IExperimentListener { - void timeChanged(double newTime); -} +/******************************************************************************* + * 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.simulation.experiment; + +public interface IDynamicExperimentListener extends IExperimentListener { + void timeChanged(double newTime); +}