public class ExecuteButtonOnClickListener
extends java.lang.Object
implements android.view.View.OnClickListener
Modifier and Type | Field and Description |
---|---|
private android.content.Context |
context
Application Context
|
private java.lang.String |
TAG
Logcat Debugging
|
Constructor and Description |
---|
ExecuteButtonOnClickListener(android.content.Context context)
Constructor for listener, gets the current application context for toast msgs
|
Modifier and Type | Method and Description |
---|---|
void |
onClick(android.view.View view)
When execute button is clicked, this function is called, sends parameters to daemon
|
private android.content.Context context
private java.lang.String TAG