FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
FIFE::CellDeleteListener Class Referenceabstract

Listener interface for deletions happening on a cell, used for transistions. More...

#include <cell.h>

+ Inheritance diagram for FIFE::CellDeleteListener:
+ Collaboration diagram for FIFE::CellDeleteListener:

Public Member Functions

virtual ~CellDeleteListener ()
 
virtual void onCellDeleted (Cell *cell)=0
 Called when a cell gets deleted. More...
 

Detailed Description

Listener interface for deletions happening on a cell, used for transistions.

Definition at line 85 of file cell.h.

Constructor & Destructor Documentation

◆ ~CellDeleteListener()

virtual FIFE::CellDeleteListener::~CellDeleteListener ( )
inlinevirtual

Definition at line 87 of file cell.h.

Member Function Documentation

◆ onCellDeleted()

virtual void FIFE::CellDeleteListener::onCellDeleted ( Cell cell)
pure virtual

Called when a cell gets deleted.

Parameters
cellwhich will be deleted.

Implemented in FIFE::Cell.


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