

Public Member Functions | |
| GagAction (RESPONDER_TYPE pType) | |
| int | describeContents () |
| void | writeToParcel (Parcel o, int flags) |
| boolean | doResponse (Context c, TextTree tree, int lineNumber, ListIterator< TextTree.Line > iterator, 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) throws IteratorModifiedException |
| TriggerResponder | copy () |
| boolean | equals (Object o) |
| GagAction (Parcel in) | |
| GagAction () | |
| void | saveResponderToXML (XmlSerializer out) throws IllegalArgumentException, IllegalStateException, IOException |
| void | setGagLog (boolean gagLog) |
| boolean | isGagLog () |
| void | setGagOutput (boolean gagOutput) |
| boolean | isGagOutput () |
| void | setRetarget (String retarget) |
| String | getRetarget () |
Public Member Functions inherited from com.offsetnull.bt.responder.TriggerResponder | |
| TriggerResponder (RESPONDER_TYPE pType) | |
| void | setType (RESPONDER_TYPE type) |
| RESPONDER_TYPE | getType () |
| void | addFireType (FIRE_WHEN in) |
| void | removeFireType (FIRE_WHEN in) |
| abstract 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) throws IteratorModifiedException |
| void | setFireType (FIRE_WHEN fireType) |
| FIRE_WHEN | getFireType () |
| String | translate (String input, HashMap< String, String > map) |
Static Public Attributes | |
| static boolean | DEFAULT_GAGLOG = true |
| static boolean | DEFAULT_GAGOUTPUT = true |
| static Parcelable.Creator < GagAction > | CREATOR |
Static Public Attributes inherited from com.offsetnull.bt.responder.TriggerResponder | |
| static final int | RESPONDER_TYPE_TOAST = 101 |
| static final int | RESPONDER_TYPE_NOTIFICATION = 102 |
| static final int | RESPONDER_TYPE_ACK = 103 |
| static final int | RESPONDER_TYPE_SCRIPT = 104 |
| static final int | RESPONDER_TYPE_COLOR = 105 |
| static final int | RESPONDER_TYPE_REPLACE = 106 |
| static final int | RESPONDER_TYPE_GAG = 107 |
| static final String | FIRE_WINDOW_OPEN = "windowOpen" |
| static final String | FIRE_WINDOW_CLOSED = "windowClosed" |
| static final String | FIRE_ALWAYS = "always" |
| static final String | FIRE_NEVER = "none" |
| com.offsetnull.bt.responder.gag.GagAction.GagAction | ( | RESPONDER_TYPE | pType | ) |

| com.offsetnull.bt.responder.gag.GagAction.GagAction | ( | Parcel | in | ) |

| com.offsetnull.bt.responder.gag.GagAction.GagAction | ( | ) |


|
virtual |
Implements com.offsetnull.bt.responder.TriggerResponder.


| int com.offsetnull.bt.responder.gag.GagAction.describeContents | ( | ) |
| boolean com.offsetnull.bt.responder.gag.GagAction.doResponse | ( | Context | c, |
| TextTree | tree, | ||
| int | lineNumber, | ||
| ListIterator< TextTree.Line > | iterator, | ||
| 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 | ||
| ) | throws IteratorModifiedException |

| boolean com.offsetnull.bt.responder.gag.GagAction.equals | ( | Object | o | ) |

| String com.offsetnull.bt.responder.gag.GagAction.getRetarget | ( | ) |

| boolean com.offsetnull.bt.responder.gag.GagAction.isGagLog | ( | ) |

| boolean com.offsetnull.bt.responder.gag.GagAction.isGagOutput | ( | ) |
|
virtual |
| void com.offsetnull.bt.responder.gag.GagAction.setGagLog | ( | boolean | gagLog | ) |

| void com.offsetnull.bt.responder.gag.GagAction.setGagOutput | ( | boolean | gagOutput | ) |

| void com.offsetnull.bt.responder.gag.GagAction.setRetarget | ( | String | retarget | ) |

| void com.offsetnull.bt.responder.gag.GagAction.writeToParcel | ( | Parcel | o, |
| int | flags | ||
| ) |

|
static |
|
static |
|
static |
1.8.3.1