MCPcopy Create free account
hub / github.com/benfry/processing4 / startTimerEvent

Method startTimerEvent

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

Source from the content-addressed store, hash-verified

1640
1641
1642 void startTimerEvent() {
1643 endUndoEvent = new TimerTask() {
1644 public void run() {
1645 EventQueue.invokeLater(Editor.this::endTextEditHistory);
1646 }
1647 };
1648 timer.schedule(endUndoEvent, 3000);
1649 // let the gc eat the cancelled events
1650 timer.purge();
1651 }
1652
1653
1654 void endTextEditHistory() {

Callers 1

setCodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected