Public Member Functions | |
| SplashTrigger (SplashScreen g, int frameDelay) | |
| Constructor. | |
| void | stopTrigger () |
| Stops the trigger from functioning. | |
| void | run () |
| Starts the trigger running. | |
Private Attributes | |
| SplashScreen | splashScreen |
| The SplashScreen where we call advanceFrame. | |
| int | frameDelay |
| Time is miliseconds between frames. | |
| boolean | stopped |
| Value which is true if the thread is to be stopped. | |
|
||||||||||||
|
Constructor.
|
|
|
Starts the trigger running.
|
|
|
Stops the trigger from functioning. (stops execution of the thread) |
|
|
Time is miliseconds between frames.
|
|
|
The SplashScreen where we call advanceFrame.
|
|
|
Value which is true if the thread is to be stopped.
|
1.3