org.xnap.plugin.openantivirus
Class OAVPanel.ScannerListener
java.lang.Object
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
Fields inherited from interface org.openantivirus.scanner.RecursiveFileFilterListener |
VERSION |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAVPanel.ScannerListener
public OAVPanel.ScannerListener()
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.