|
| NotificationResponder () |
|
NotificationResponder | copy () |
|
boolean | equals (Object o) |
|
| NotificationResponder (Parcel p) |
|
void | readFromParcel (Parcel in) |
|
| NotificationResponder (RESPONDER_TYPE pType) |
|
int | describeContents () |
|
void | writeToParcel (Parcel out, int arg1) |
|
void | setMessage (String message) |
|
String | getMessage () |
|
void | setTitle (String title) |
|
String | getTitle () |
|
boolean | doResponse (Context c, TextTree tree, int lineNumber, ListIterator< TextTree.Line > iterator, TextTree.Line line, int start, int end, String matched, Object source, String displayname, String host, int port, int triggernumber, boolean windowIsOpen, Handler dispatcher, HashMap< String, String > captureMap, LuaState L, String name, String encoding) |
|
void | setSpawnNewNotification (boolean spawnNewNotification) |
|
boolean | isSpawnNewNotification () |
|
void | setUseOnGoingNotification (boolean useOnGoingNotification) |
|
boolean | isUseOnGoingNotification () |
|
void | setUseDefaultSound (boolean useDefaultSound) |
|
boolean | isUseDefaultSound () |
|
void | setSoundPath (String soundPath) |
|
String | getSoundPath () |
|
void | setUseDefaultLight (boolean useDefaultLight) |
|
boolean | isUseDefaultLight () |
|
void | setColorToUse (int colorToUse) |
|
int | getColorToUse () |
|
void | setUseDefaultVibrate (boolean useDefaultVibrate) |
|
boolean | isUseDefaultVibrate () |
|
void | setVibrateLength (int vibrateLength) |
|
int | getVibrateLength () |
|
void | saveResponderToXML (XmlSerializer out) throws IllegalArgumentException, IllegalStateException, IOException |
|
| TriggerResponder (RESPONDER_TYPE pType) |
|
void | setType (RESPONDER_TYPE type) |
|
RESPONDER_TYPE | getType () |
|
void | addFireType (FIRE_WHEN in) |
|
void | removeFireType (FIRE_WHEN in) |
|
void | setFireType (FIRE_WHEN fireType) |
|
FIRE_WHEN | getFireType () |
|
String | translate (String input, HashMap< String, String > map) |
|
com.offsetnull.bt.responder.notification.NotificationResponder.NotificationResponder |
( |
| ) |
|
com.offsetnull.bt.responder.notification.NotificationResponder.NotificationResponder |
( |
Parcel |
p | ) |
|
com.offsetnull.bt.responder.notification.NotificationResponder.NotificationResponder |
( |
RESPONDER_TYPE |
pType | ) |
|
int com.offsetnull.bt.responder.notification.NotificationResponder.describeContents |
( |
| ) |
|
boolean com.offsetnull.bt.responder.notification.NotificationResponder.doResponse |
( |
Context |
c, |
|
|
TextTree |
tree, |
|
|
int |
lineNumber, |
|
|
ListIterator< TextTree.Line > |
iterator, |
|
|
TextTree.Line |
line, |
|
|
int |
start, |
|
|
int |
end, |
|
|
String |
matched, |
|
|
Object |
source, |
|
|
String |
displayname, |
|
|
String |
host, |
|
|
int |
port, |
|
|
int |
triggernumber, |
|
|
boolean |
windowIsOpen, |
|
|
Handler |
dispatcher, |
|
|
HashMap< String, String > |
captureMap, |
|
|
LuaState |
L, |
|
|
String |
name, |
|
|
String |
encoding |
|
) |
| |
|
virtual |
boolean com.offsetnull.bt.responder.notification.NotificationResponder.equals |
( |
Object |
o | ) |
|
int com.offsetnull.bt.responder.notification.NotificationResponder.getColorToUse |
( |
| ) |
|
String com.offsetnull.bt.responder.notification.NotificationResponder.getMessage |
( |
| ) |
|
String com.offsetnull.bt.responder.notification.NotificationResponder.getSoundPath |
( |
| ) |
|
String com.offsetnull.bt.responder.notification.NotificationResponder.getTitle |
( |
| ) |
|
int com.offsetnull.bt.responder.notification.NotificationResponder.getVibrateLength |
( |
| ) |
|
boolean com.offsetnull.bt.responder.notification.NotificationResponder.isSpawnNewNotification |
( |
| ) |
|
boolean com.offsetnull.bt.responder.notification.NotificationResponder.isUseDefaultLight |
( |
| ) |
|
boolean com.offsetnull.bt.responder.notification.NotificationResponder.isUseDefaultSound |
( |
| ) |
|
boolean com.offsetnull.bt.responder.notification.NotificationResponder.isUseDefaultVibrate |
( |
| ) |
|
boolean com.offsetnull.bt.responder.notification.NotificationResponder.isUseOnGoingNotification |
( |
| ) |
|
void com.offsetnull.bt.responder.notification.NotificationResponder.readFromParcel |
( |
Parcel |
in | ) |
|
void com.offsetnull.bt.responder.notification.NotificationResponder.saveResponderToXML |
( |
XmlSerializer |
out | ) |
throws IllegalArgumentException, IllegalStateException, IOException |
|
virtual |
void com.offsetnull.bt.responder.notification.NotificationResponder.setColorToUse |
( |
int |
colorToUse | ) |
|
void com.offsetnull.bt.responder.notification.NotificationResponder.setMessage |
( |
String |
message | ) |
|
void com.offsetnull.bt.responder.notification.NotificationResponder.setSoundPath |
( |
String |
soundPath | ) |
|
void com.offsetnull.bt.responder.notification.NotificationResponder.setSpawnNewNotification |
( |
boolean |
spawnNewNotification | ) |
|
void com.offsetnull.bt.responder.notification.NotificationResponder.setTitle |
( |
String |
title | ) |
|
void com.offsetnull.bt.responder.notification.NotificationResponder.setUseDefaultLight |
( |
boolean |
useDefaultLight | ) |
|
void com.offsetnull.bt.responder.notification.NotificationResponder.setUseDefaultSound |
( |
boolean |
useDefaultSound | ) |
|
void com.offsetnull.bt.responder.notification.NotificationResponder.setUseDefaultVibrate |
( |
boolean |
useDefaultVibrate | ) |
|
void com.offsetnull.bt.responder.notification.NotificationResponder.setUseOnGoingNotification |
( |
boolean |
useOnGoingNotification | ) |
|
void com.offsetnull.bt.responder.notification.NotificationResponder.setVibrateLength |
( |
int |
vibrateLength | ) |
|
void com.offsetnull.bt.responder.notification.NotificationResponder.writeToParcel |
( |
Parcel |
out, |
|
|
int |
arg1 |
|
) |
| |
final Parcelable.Creator<NotificationResponder> com.offsetnull.bt.responder.notification.NotificationResponder.CREATOR |
|
static |
The documentation for this class was generated from the following file: