org.jasen.event
Class JasenScanListener

java.lang.Object
  extended byorg.jasen.event.JasenScanListener
All Implemented Interfaces:
JasenEventListener

public abstract class JasenScanListener
extends Object
implements JasenEventListener

Listens for scan events.

Author:
Jason Polites

Constructor Summary
JasenScanListener()
           
 
Method Summary
abstract  void onScanEnd()
          Called after completion of a scan
abstract  void onScanStart()
          Called when a scan has been called, but not yet executed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasenScanListener

public JasenScanListener()
Method Detail

onScanStart

public abstract void onScanStart()
Called when a scan has been called, but not yet executed


onScanEnd

public abstract void onScanEnd()
Called after completion of a scan