com.wjholden.nmap
Class scan

java.lang.Object
  extended by 
      extended by com.wjholden.nmap.scan
All Implemented Interfaces:
Nmap_Constants

public class scan
extends
implements Nmap_Constants

Perform the actual scan.

Since:
0.4
Version:
0.4
Author:
William John Holden (wjholden@gmail.com)

Field Summary
 
Fields inherited from interface com.wjholden.nmap.Nmap_Constants
INSTALL_ERROR, INSTALL_GOOD, INSTALL_NO_ROOT, MENU_GROUP_DEBUG, MENU_ITEM_DEBUG_EMAIL, MENU_ITEM_DEBUG_ENABLE, RUN_COMPLETE, RUN_ERROR, RUN_LINE, SCANTYPE_NCAT, SCANTYPE_NDIFF, SCANTYPE_NMAP, SCANTYPE_NPING, TAG, THREAD_ERROR
 
Constructor Summary
scan()
           
 
Method Summary
protected  Void doInBackground(Object... params)
           
protected  void onPostExecute(Void v)
           
protected  void onPreExecute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

scan

public scan()
Method Detail

doInBackground

protected Void doInBackground(Object... params)

onPostExecute

protected void onPostExecute(Void v)

onPreExecute

protected void onPreExecute()