MCPcopy Index your code
hub / github.com/processing/processing / handleSubmit

Method handleSubmit

app/src/processing/app/ui/WebFrame.java:158–159  ·  view source on GitHub ↗

Override this to do something interesting when a form is submitted. To keep things simple, this doesn't allow for multiple params with the same name. If no params submitted, the Dict will be empty (not null).

(StringDict dict)

Source from the content-addressed store, hash-verified

156 * same name. If no params submitted, the Dict will be empty (not null).
157 */
158 public void handleSubmit(StringDict dict) {
159 }
160
161
162 public void handleLink(String link) {

Callers 1

hyperlinkUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected