BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Static Public Attributes | List of all members
com.offsetnull.bt.responder.gag.GagAction Class Reference
Inheritance diagram for com.offsetnull.bt.responder.gag.GagAction:
Inheritance graph
[legend]
Collaboration diagram for com.offsetnull.bt.responder.gag.GagAction:
Collaboration graph
[legend]

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"
 

Constructor & Destructor Documentation

com.offsetnull.bt.responder.gag.GagAction.GagAction ( RESPONDER_TYPE  pType)

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

Member Function Documentation

TriggerResponder com.offsetnull.bt.responder.gag.GagAction.copy ( )
virtual

Implements com.offsetnull.bt.responder.TriggerResponder.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

boolean com.offsetnull.bt.responder.gag.GagAction.isGagOutput ( )
void com.offsetnull.bt.responder.gag.GagAction.saveResponderToXML ( XmlSerializer  out) throws IllegalArgumentException, IllegalStateException, IOException
virtual

Implements com.offsetnull.bt.responder.TriggerResponder.

Here is the call graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the call graph for this function:

Member Data Documentation

Parcelable.Creator<GagAction> com.offsetnull.bt.responder.gag.GagAction.CREATOR
static
Initial value:
= new Parcelable.Creator<GagAction>() {
public GagAction createFromParcel(Parcel source) {
return new GagAction(source);
}
public GagAction[] newArray(int size) {
return new GagAction[size];
}
}
boolean com.offsetnull.bt.responder.gag.GagAction.DEFAULT_GAGLOG = true
static
boolean com.offsetnull.bt.responder.gag.GagAction.DEFAULT_GAGOUTPUT = true
static

The documentation for this class was generated from the following file: