#include <Analyze.h>
Public Member Functions | |
virtual void | onStop () const =0 |
Called if the engine has been stopped. | |
virtual void | onComplete (std::list< AbuseDesks > abuseDesks) const =0 |
Called when the analysis is complete. | |
virtual void | onStart () const =0 |
Called when the engine is started (the analysis begins). |
Must be fed to the Abuse scanning engine by its clients, it's the sinking interface with the engine communicates the scanning result
|
Called when the analysis is complete.
|
|
Called when the engine is started (the analysis begins).
|
|
Called if the engine has been stopped.
|