MCPcopy
hub / github.com/OpenTSDB/opentsdb / MetricChangeHandler

Interface MetricChangeHandler

src/tsd/client/MetricForm.java:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38final class MetricForm extends HorizontalPanel implements Focusable {
39
40 public static interface MetricChangeHandler extends EventHandler {
41 void onMetricChange(MetricForm widget);
42 }
43
44 private static final String TSDB_ID_CLASS = "[-_./a-zA-Z0-9]";
45 private static final String TSDB_ID_RE = "^" + TSDB_ID_CLASS + "*$";

Callers 2

onEventMethod · 0.65
updateFromQueryStringMethod · 0.65

Implementers 1

QueryUisrc/tsd/client/QueryUi.java

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…