MCPcopy
hub / github.com/arduino/Arduino / dispose

Method dispose

app/src/processing/app/AbstractMonitor.java:116–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 public void dispose() {
117 super.dispose();
118 portExistsTimer.stop();
119 }
120
121 public void resume(BoardPort boardPort) throws Exception {
122 setBoardPort(boardPort);

Callers 6

closeMethod · 0.45
handleSerialMethod · 0.45
handlePlotterMethod · 0.45
closeMethod · 0.45
handleCloseMethod · 0.45
mousePressedMethod · 0.45

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected