D
- Type of administrative data handled by the directory.public class WifiDirectSetupDialogSequence<D extends java.io.Serializable> extends AlertDialogSequence<D>
Constructor and Description |
---|
WifiDirectSetupDialogSequence(android.app.Activity activity,
comingle.comms.directory.BaseDirectory<D> directory,
int row_res_id,
int name_res_id,
int loc_res_id,
int ip_addr_res_id)
Basic Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Run wifi-direct directory setup sequence:
i.
|
addDialog, addDialogs, addDialogs
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public WifiDirectSetupDialogSequence(android.app.Activity activity, comingle.comms.directory.BaseDirectory<D> directory, int row_res_id, int name_res_id, int loc_res_id, int ip_addr_res_id)
activity
- the activity that embeds the dialog boxes.directory
- the directory to setup.row_res_id
- Resource ID of row view for each node entry.name_res_id
- Resource ID of name field for a node.loc_res_id
- Resource ID of location field for a node.ip_addr_res_id
- Resource ID of address field for a node.public void run()
run
in interface java.lang.Runnable
run
in class AlertDialogSequence<D extends java.io.Serializable>