EventInterface Class Reference

This interface defines the methods an event musst offer. More...

#include <EventInterface.h>

Inherited by EventAnimation, EventComputeUnit, EventDeleteObject, EventDeleteUnit, and EventUnblockUnit.

Inheritance diagram for EventInterface:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 EventInterface ()
 Standard constructor.
virtual ~EventInterface ()
 Standard desstructor.
virtual int compute (Level *p_level)=0
 Computes the logic for the event.

Detailed Description

This interface defines the methods an event musst offer.

Definition at line 29 of file EventInterface.h.


Constructor & Destructor Documentation

EventInterface::EventInterface (  ) 

Standard constructor.

Definition at line 23 of file EventInterface.cpp.

EventInterface::~EventInterface (  )  [virtual]

Standard desstructor.

Definition at line 27 of file EventInterface.cpp.


Member Function Documentation

virtual int EventInterface::compute ( Level p_level  )  [pure virtual]

Computes the logic for the event.

Parameters:
p_level Pointer to the Level.

Implemented in EventAnimation, EventComputeUnit, EventDeleteEffect, EventDeleteObject, EventDeleteUnit, and EventUnblockUnit.


The documentation for this class was generated from the following files:
Generated on Tue Jul 17 22:02:23 2007 for C0re by  doxygen 1.5.2