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

Method run

app/src/processing/app/ui/Editor.java:1903–1905  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1901 void startTimerEvent() {
1902 endUndoEvent = new TimerTask() {
1903 public void run() {
1904 EventQueue.invokeLater(Editor.this::endTextEditHistory);
1905 }
1906 };
1907 timer.schedule(endUndoEvent, 3000);
1908 // let the gc eat the cancelled events

Callers

nothing calls this directly

Calls 1

handleSaveImplMethod · 0.95

Tested by

no test coverage detected