LeechCraft  0.6.70-9312-g4cc613a2df
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IShutdownListener Class Referenceabstract

Interface for plugins wishing to get notifications about the shutdown process. More...

#include "ishutdownlistener.h"

Public Member Functions

virtual ~IShutdownListener ()
 
virtual void HandleShutdownInitiated ()=0
 This function is called by the LeechCraft Core to notify the plugin that LeechCraft is shutting down. More...
 

Detailed Description

Interface for plugins wishing to get notifications about the shutdown process.

Definition at line 37 of file ishutdownlistener.h.

Constructor & Destructor Documentation

virtual IShutdownListener::~IShutdownListener ( )
inlinevirtual

Definition at line 40 of file ishutdownlistener.h.

Member Function Documentation

virtual void IShutdownListener::HandleShutdownInitiated ( )
pure virtual

This function is called by the LeechCraft Core to notify the plugin that LeechCraft is shutting down.


The documentation for this class was generated from the following file: