Class PerceptionHandler

java.lang.Object
marauroa.client.net.PerceptionHandler

public class PerceptionHandler extends Object
The PerceptionHandler class is in charge of applying correctly the perceptions to the world. You should always use this class because it is a complex task that is easy to do in the wrong way.
  • Constructor Details

    • PerceptionHandler

      public PerceptionHandler()
      Constructor
    • PerceptionHandler

      public PerceptionHandler(IPerceptionListener listener)
      Constructor
      Parameters:
      listener - the listener that will give meaning to perception handler.
  • Method Details