public interface Relaxer
Modifier and Type | Method and Description |
---|---|
void |
pause()
Make the relaxer thread wait.
|
void |
prerelax()
Execute a loop of steps in the calling
thread, firing no events.
|
void |
relax()
Execute a loop of steps in a new Thread,
firing an event after each step.
|
void |
resume()
Make the relaxer thread resume.
|
void |
setSleepTime(long i)
Sets the sleep time.
|
void |
stop()
Set flags to stop the relaxer thread.
|
void relax()
void prerelax()
void pause()
void resume()
void stop()
void setSleepTime(long i)
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence