X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.scenegraph%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2Fg2d%2Fevents%2FTimeEvent.java;fp=bundles%2Forg.simantics.scenegraph%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2Fg2d%2Fevents%2FTimeEvent.java;h=93d99685c9490f52186624c7c50b8e0fb298e33b;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=2058384e1a2042491705a943e13b02e16fb02dac;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/events/TimeEvent.java b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/events/TimeEvent.java index 2058384e1..93d99685c 100644 --- a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/events/TimeEvent.java +++ b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/events/TimeEvent.java @@ -1,37 +1,37 @@ -/******************************************************************************* - * 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; - -/** - * @author Toni Kalajainen - */ -public class TimeEvent extends Event { - - private static final long serialVersionUID = -1876788893479249929L; - - public long interval; - - public TimeEvent(Object context, long time, long interval) { - super(context, time); - this.interval = interval; - } - - @Override - public String toString() { - return "Time event: t=" + time + ", interval=" + interval; - } - -} +/******************************************************************************* + * 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; + +/** + * @author Toni Kalajainen + */ +public class TimeEvent extends Event { + + private static final long serialVersionUID = -1876788893479249929L; + + public long interval; + + public TimeEvent(Object context, long time, long interval) { + super(context, time); + this.interval = interval; + } + + @Override + public String toString() { + return "Time event: t=" + time + ", interval=" + interval; + } + +}