| java.lang.Object net.fenyo.gnetwatch.Main
Main | public class Main (Code) | | This class is dedicated to maintain main operations.
author: Alexandre Fenyo version: $Id: Main.java,v 1.16 2007/03/03 00:38:19 fenyo Exp $ |
Method Summary | |
public void | setGUI(GUI gui) Defines the GUI instance.
Parameters: GUI - gui. | public void | startDiscover() Ask to spawn tethereal instances and add targets for new discovered IP targets.
none. | public void | stopDiscover() Ask to kill tethereal instances if this is the last listener.
none. |
setGUI | public void setGUI(GUI gui)(Code) | | Defines the GUI instance.
Parameters: GUI - gui. void. |
startDiscover | public void startDiscover()(Code) | | Ask to spawn tethereal instances and add targets for new discovered IP targets.
none. void. |
stopDiscover | public void stopDiscover()(Code) | | Ask to kill tethereal instances if this is the last listener.
none. void. |
|
|