public class SchedulerMessage extends Message
| Constructor and Description |
|---|
SchedulerMessage() |
| Modifier and Type | Method and Description |
|---|---|
SchedulerConstraint |
getConstraint() |
int |
getWhat() |
protected void |
onRecycled() |
void |
set(int what,
SchedulerConstraint constraint) |
public static final int START
public static final int STOP
public void set(int what,
SchedulerConstraint constraint)
public int getWhat()
public SchedulerConstraint getConstraint()
protected void onRecycled()
onRecycled in class Message