Jump to content

Java setTimeOut method?


skaterdav85

Recommended Posts

You can fork a thread (an instance of a class that implements Runnable) and then call sleep() on it (before making it call your method, which you can pass to it by reference).http://java.sun.com/docs/books/tutorial/es...al/concurrency/

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...