Inheritance diagram for DelayObserver::

Public Methods | |
| DelayObserver (int m) | |
| void | prepareNewFrame (int frameNr) |
| void | updateNewFrame (int frameNr) |
Public Attributes | |
| int | millis |
|
|
00088 {
00089 millis = m;
00090 }
|
|
|
Reimplemented from PlayingAdapter.
00093 {
00094 try {
00095 Thread.sleep(millis);
00096 }catch(InterruptedException ex) {}
00097 }
|
|
|
Reimplemented from PlayingAdapter.
00100 {
00101 try {
00102 Thread.sleep(millis);
00103 }catch(InterruptedException ex) {}
00104 }
|
|
|
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001