org.xnap.plugin.openantivirus
Class OAVPanel.ScannerListener

java.lang.Object
  extended by org.xnap.plugin.openantivirus.OAVPanel.ScannerListener
All Implemented Interfaces:
java.util.EventListener, org.openantivirus.scanner.RecursiveFileFilterListener, org.openantivirus.scanner.ScannerListener
Enclosing class:
OAVPanel

public class OAVPanel.ScannerListener
extends java.lang.Object
implements org.openantivirus.scanner.RecursiveFileFilterListener


Field Summary
 
Fields inherited from interface org.openantivirus.scanner.RecursiveFileFilterListener
VERSION
 
Constructor Summary
OAVPanel.ScannerListener()
           
 
Method Summary
 void exceptionThrown(java.lang.Exception e)
           
 void exceptionThrown(java.io.File file, java.lang.Exception e)
           
 void finishedScan()
           
 void scanning(java.io.File file)
           
 void startingScan()
           
 void virusFound(org.openantivirus.scanner.VirusFoundException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAVPanel.ScannerListener

public OAVPanel.ScannerListener()
Method Detail

startingScan

public void startingScan()
Specified by:
startingScan in interface org.openantivirus.scanner.ScannerListener

scanning

public void scanning(java.io.File file)
              throws org.openantivirus.scanner.ScanningAbortedException
Specified by:
scanning in interface org.openantivirus.scanner.RecursiveFileFilterListener
Throws:
org.openantivirus.scanner.ScanningAbortedException

virusFound

public void virusFound(org.openantivirus.scanner.VirusFoundException e)
Specified by:
virusFound in interface org.openantivirus.scanner.ScannerListener

finishedScan

public void finishedScan()
Specified by:
finishedScan in interface org.openantivirus.scanner.ScannerListener

exceptionThrown

public void exceptionThrown(java.lang.Exception e)
Specified by:
exceptionThrown in interface org.openantivirus.scanner.ScannerListener

exceptionThrown

public void exceptionThrown(java.io.File file,
                            java.lang.Exception e)


Copyright © 2001-2005 XNap Team. All Rights Reserved.