MCPcopy Index your code
hub / github.com/arduino/Arduino / onSendCommand

Method onSendCommand

app/src/processing/app/SerialPlotter.java:371–374  ·  view source on GitHub ↗
(ActionListener listener)

Source from the content-addressed store, hash-verified

369 }
370
371 public void onSendCommand(ActionListener listener) {
372 textField.addActionListener(listener);
373 sendButton.addActionListener(listener);
374 }
375
376 public void applyPreferences() {
377 // Apply line endings.

Callers 3

onCreateWindowMethod · 0.95
SerialMonitorMethod · 0.45
NetworkMonitorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected