public class AttachCardFormHandler
extends android.os.Handler
| Modifier and Type | Field and Description |
|---|---|
static int |
CARD_ID |
static int |
SHOW_LOOP_CONFIRMATIONS |
| Constructor and Description |
|---|
AttachCardFormHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(android.os.Message msg) |
void |
register(IAttachCardFormActivity activity) |
void |
unregister(IAttachCardFormActivity activity) |
dispatchMessage, dump, getLooper, getMessageName, hasMessages, hasMessages, obtainMessage, obtainMessage, obtainMessage, obtainMessage, obtainMessage, post, postAtFrontOfQueue, postAtTime, postAtTime, postDelayed, removeCallbacks, removeCallbacks, removeCallbacksAndMessages, removeMessages, removeMessages, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed, toStringpublic static final int CARD_ID
public static final int SHOW_LOOP_CONFIRMATIONS
public void register(IAttachCardFormActivity activity)
public void unregister(IAttachCardFormActivity activity)
public void handleMessage(android.os.Message msg)
handleMessage in class android.os.Handler