MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getOnClick

Method getOnClick

CodenameOne/src/com/codename1/maps/Marker.java:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107
108 /// The listener invoked when the marker is tapped, or `null`.
109 public ActionListener getOnClick() {
110 return onClick;
111 }
112}

Callers 3

fireMarkerClickMethod · 0.95
handleTapMethod · 0.95
MarkerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected