public class ButtonClickListener
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
ButtonClickListener(MainActivity context)
CTOR
|
Modifier and Type | Method and Description |
---|---|
void |
onClick(View view)
onClick
extracts the relai that was clicked, and asks the ipx
to open then close the corresponding relai
|
public static final java.lang.String TAG
public ButtonClickListener(MainActivity context)