MCPcopy Create free account
hub / github.com/DuGuQiuBai/Java / MyTask

Method MyTask

day24/code/day24_Thread/src/cn/itcast_12/TimerDemo.java:37–39  ·  view source on GitHub ↗
(Timer t)

Source from the content-addressed store, hash-verified

35 private Timer t;
36
37 public MyTask(Timer t) {
38 this.t = t;
39 }
40
41 @Override
42 public void run() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected