Package de.tubs.pandemieinc.events
Class BaseEvent
- java.lang.Object
-
- de.tubs.pandemieinc.events.BaseEvent
-
- Direct Known Subclasses:
ConnectionClosedEvent,InDevelopmentEvent,OtherEvent,OutbreakEvent,PathogenEvent,SimpleEvent,TimedEvent,UprisingEvent
public abstract class BaseEvent extends Object
This is the base class for all given events. The eventName attribute will be used to know the event type of a given event object. (The idea is the string pointer to the static string location of the implementations)