IWorldView abstraction

Before we will register our first listener, we have to understand Pogamut's abstraction of the world where the bot lives. Bot's view of the world is provided through the IWorldView interface. This interface serves as both bot's senses and a simple memory. The abstraction used by IWorldView the world is represented by:

IWorldView interface together with IAct represent the basic API for accessing the world, hence you should get familiar with them.