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

Public Member Functions

 AckResponder ()
 
 AckResponder (RESPONDER_TYPE pType)
 
AckResponder copy ()
 
boolean equals (Object o)
 
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)
 
 AckResponder (Parcel in)
 
int describeContents ()
 
void readFromParcel (Parcel in)
 
void writeToParcel (Parcel out, int flags)
 
void setAckWith (String ackWith)
 
String getAckWith ()
 
void saveResponderToXML (XmlSerializer out) throws IllegalArgumentException, IllegalStateException, IOException
 
- 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)
 
void setFireType (FIRE_WHEN fireType)
 
FIRE_WHEN getFireType ()
 
String translate (String input, HashMap< String, String > map)
 

Static Public Attributes

static Parcelable.Creator
< AckResponder
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.ack.AckResponder.AckResponder ( )

Here is the call graph for this function:

Here is the caller graph for this function:

com.offsetnull.bt.responder.ack.AckResponder.AckResponder ( RESPONDER_TYPE  pType)
com.offsetnull.bt.responder.ack.AckResponder.AckResponder ( Parcel  in)

Here is the call graph for this function:

Member Function Documentation

AckResponder com.offsetnull.bt.responder.ack.AckResponder.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.ack.AckResponder.describeContents ( )
boolean com.offsetnull.bt.responder.ack.AckResponder.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

Implements com.offsetnull.bt.responder.TriggerResponder.

Here is the call graph for this function:

boolean com.offsetnull.bt.responder.ack.AckResponder.equals ( Object  o)

Here is the call graph for this function:

String com.offsetnull.bt.responder.ack.AckResponder.getAckWith ( )

Here is the caller graph for this function:

void com.offsetnull.bt.responder.ack.AckResponder.readFromParcel ( Parcel  in)

Here is the call graph for this function:

Here is the caller graph for this function:

void com.offsetnull.bt.responder.ack.AckResponder.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.ack.AckResponder.setAckWith ( String  ackWith)

Here is the caller graph for this function:

void com.offsetnull.bt.responder.ack.AckResponder.writeToParcel ( Parcel  out,
int  flags 
)

Here is the call graph for this function:

Member Data Documentation

Parcelable.Creator<AckResponder> com.offsetnull.bt.responder.ack.AckResponder.CREATOR
static
Initial value:
= new Parcelable.Creator<AckResponder>() {
public AckResponder createFromParcel(Parcel source) {
return new AckResponder(source);
}
public AckResponder[] newArray(int size) {
return new AckResponder[size];
}
}

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