com.offsetnull.bt.timer.TimerData.TimerData |
( |
| ) |
|
com.offsetnull.bt.timer.TimerData.TimerData |
( |
Parcel |
in | ) |
|
TimerData com.offsetnull.bt.timer.TimerData.copy |
( |
| ) |
|
int com.offsetnull.bt.timer.TimerData.describeContents |
( |
| ) |
|
boolean com.offsetnull.bt.timer.TimerData.equals |
( |
Object |
o | ) |
|
String com.offsetnull.bt.timer.TimerData.getName |
( |
| ) |
|
Integer com.offsetnull.bt.timer.TimerData.getOrdinal |
( |
| ) |
|
int com.offsetnull.bt.timer.TimerData.getRemainingTime |
( |
| ) |
|
Integer com.offsetnull.bt.timer.TimerData.getSeconds |
( |
| ) |
|
long com.offsetnull.bt.timer.TimerData.getStartTime |
( |
| ) |
|
boolean com.offsetnull.bt.timer.TimerData.isPlaying |
( |
| ) |
|
boolean com.offsetnull.bt.timer.TimerData.isRepeat |
( |
| ) |
|
void com.offsetnull.bt.timer.TimerData.readFromParcel |
( |
Parcel |
in | ) |
|
void com.offsetnull.bt.timer.TimerData.reset |
( |
| ) |
|
void com.offsetnull.bt.timer.TimerData.setName |
( |
String |
name | ) |
|
void com.offsetnull.bt.timer.TimerData.setOrdinal |
( |
Integer |
ordinal | ) |
|
void com.offsetnull.bt.timer.TimerData.setPlaying |
( |
boolean |
playing | ) |
|
void com.offsetnull.bt.timer.TimerData.setRemainingTime |
( |
int |
remainingTime | ) |
|
void com.offsetnull.bt.timer.TimerData.setRepeat |
( |
boolean |
repeat | ) |
|
void com.offsetnull.bt.timer.TimerData.setResponders |
( |
List< TriggerResponder > |
responders | ) |
|
void com.offsetnull.bt.timer.TimerData.setSeconds |
( |
Integer |
seconds | ) |
|
void com.offsetnull.bt.timer.TimerData.setStartTime |
( |
long |
startTime | ) |
|
void com.offsetnull.bt.timer.TimerData.writeToParcel |
( |
Parcel |
o, |
|
|
int |
flags |
|
) |
| |
final Parcelable.Creator<TimerData> com.offsetnull.bt.timer.TimerData.CREATOR |
|
static |
Initial value:
public TimerData createFromParcel(Parcel arg0) {
}
}
}
The documentation for this class was generated from the following file:
- /Users/render/apps/BlowTorch/BTLib/src/com/offsetnull/bt/timer/TimerData.java