org.jcamp.spectrum.SpectrumCursorEvent Maven / Gradle / Ivy
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 {
/**
* SpectrumCursorEvent constructor comment.
* @param source java.lang.Object
*/
public SpectrumCursorEvent(java.lang.Object source) {
super(source);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy