JavaScript is disabled on your browser.
Overview
Package
Class
Use
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:
DrosteUserInterface
,
LabyrinthUserInterface
,
LifeUserInterface
,
OthelloReplayUserInterface
public interface
WaitingSystem
Interfaces that implement this property provide the possibility to pauze the program.
Author:
Atze van der Ploeg (Code), Jan Stienstra (Documentation)
Method Summary
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method