JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ui.properties
Interface WaitingSystem
All Known Subinterfaces:
CheckerboardUserInterface
,
DrosteUserInterface
,
LabyrinthUserInterface
,
LifeUserInterface
,
OthelloReplayUserInterface
public interface
WaitingSystem
Interfaces that implement this property provide the possibility to pauze the program.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
wait
(int milliseconds)
Makes the program halt for a time.
Method Detail
wait
void wait(int milliseconds)
Makes the program halt for a time. The program will do absolutely nothing in the mean time.
Parameters:
milliseconds
- The number of milliseconds to wait.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method