#include <EventInterface.h>
Inherited by EventAnimation, EventComputeUnit, EventDeleteObject, EventDeleteUnit, and EventUnblockUnit.
Inheritance diagram for EventInterface:
Public Member Functions | |
EventInterface () | |
Standard constructor. | |
virtual | ~EventInterface () |
Standard desstructor. | |
virtual int | compute (Level *p_level)=0 |
Computes the logic for the event. |
Definition at line 29 of file EventInterface.h.
EventInterface::EventInterface | ( | ) |
EventInterface::~EventInterface | ( | ) | [virtual] |
virtual int EventInterface::compute | ( | Level * | p_level | ) | [pure virtual] |
Computes the logic for the event.
p_level | Pointer to the Level. |
Implemented in EventAnimation, EventComputeUnit, EventDeleteEffect, EventDeleteObject, EventDeleteUnit, and EventUnblockUnit.