@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Schedule
| Modifier and Type | Optional Element and Description |
|---|---|
int |
period
The period for broadcast (in second).
|
boolean |
resumeOnBroadcast
Resume all suspended response on the first broadcast operation.
|
int |
waitFor
The period before starting the broadcast (in second).
|
public abstract int period
public abstract int waitFor
public abstract boolean resumeOnBroadcast
Copyright © 2016. All Rights Reserved.