xeus.net.scanner.event
Interface ScanListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ScanAdapter

public interface ScanListener
extends java.util.EventListener

Author:
Kamran Zafar

Method Summary
 void portAnalysisEnded(ScanEvent e)
           
 void portAnalysisStarted(ScanEvent e)
           
 void portClose(ScanEvent e)
           
 void portFiltered(ScanEvent e)
           
 void portOpen(ScanEvent e)
           
 void scanEnded(ScanEvent e)
           
 void scanStarted(ScanEvent e)
           
 

Method Detail

portOpen

public void portOpen(ScanEvent e)

portClose

public void portClose(ScanEvent e)

portFiltered

public void portFiltered(ScanEvent e)

scanStarted

public void scanStarted(ScanEvent e)

scanEnded

public void scanEnded(ScanEvent e)

portAnalysisStarted

public void portAnalysisStarted(ScanEvent e)

portAnalysisEnded

public void portAnalysisEnded(ScanEvent e)