ToEventHorizon(PortHole* p);The constructor simply calls the base class constructor, passing along its argument.
void initialize();The initialize function prepares the object for execution.
void getData();This protected member transfers data from the outside to the universal event horizon (myself).
void transferData();This protected member transfers data from myself to my peer FromEventHorizon (the ghostPort).