X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosuilib%2FAltosUIMarker.java;h=0949be6f94af3122ed0b31d2643eb16754b40c9f;hp=e2eb9028d147892b9d6a70794ff9dd0cb0bdee14;hb=760b1f02c178c600226f39b5e66d8cbadbf4a29b;hpb=bf88c5f829ea5d32043431945e862a9f6c96740a diff --git a/altosuilib/AltosUIMarker.java b/altosuilib/AltosUIMarker.java index e2eb9028..0949be6f 100644 --- a/altosuilib/AltosUIMarker.java +++ b/altosuilib/AltosUIMarker.java @@ -100,6 +100,12 @@ public class AltosUIMarker implements AltosUIGrapher { this.enabled = enable; } + public void setNotify(boolean notify) { + } + + public void fireSeriesChanged() { + } + public AltosUIMarker (int fetch, Color color, XYPlot plot) { this(fetch, color, plot, true); }