LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
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 16 of file ishutdownlistener.h.

Constructor & Destructor Documentation

◆ ~IShutdownListener()

virtual IShutdownListener::~IShutdownListener ( )
inlinevirtual

Definition at line 25 of file ishutdownlistener.h.

Member Function Documentation

◆ HandleShutdownInitiated()

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: