Interface Swift_Plugins_Sleeper
Implemented by | Swift_Plugins_AntiFloodPlugin, Swift_Plugins_ThrottlerPlugin |
---|
Sleeps for a duration of time.
Public Methods
Method | Description | Defined By |
---|---|---|
sleep() | Sleep for $seconds. | Swift_Plugins_Sleeper |
Method Details
Sleep for $seconds.
public abstract void sleep ( $seconds ) | ||
$seconds | int |