1 19 package jcckit.plot; 20 21 27 public class PlotEventType { 28 29 public static final PlotEventType DATA_PLOT_CONNECTED = new PlotEventType(), 30 DATA_PLOT_DISCONNECTED = new PlotEventType(), 31 COODINATE_SYSTEM_CHANGED = new PlotEventType(), 32 DATA_CURVE_CHANGED = new PlotEventType(), 33 DATA_PLOT_CHANGED = new PlotEventType(); 34 35 private PlotEventType() {} 36 } 37 | Popular Tags |