All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jcamp.spectrum.SpectrumCursorEvent Maven / Gradle / Ivy

Go to download

The JCAMP-DX project is the reference implemention of the IUPAC JCAMP-DX spectroscopy data standard.

The newest version!
package org.jcamp.spectrum;

/**
 * This is the event class to support the 
 * com.creon.chem.spectrum.SpectrumCursorListener interface.
 */
public class SpectrumCursorEvent
  extends java.util.EventObject {
  
  /** for serialization. */
  private static final long serialVersionUID = -465785802527658497L;

  /**
   * SpectrumCursorEvent constructor comment.
   * @param source java.lang.Object
   */
  public SpectrumCursorEvent(java.lang.Object source) {
    super(source);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy