cz.cuni.amis.pogamut.ut2004.agent.module.sensor
Class Items.NavPointListener

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items.NavPointListener
All Implemented Interfaces:
IWorldEventListener<WorldObjectUpdatedEvent<NavPoint>>, IWorldObjectEventListener<NavPoint,WorldObjectUpdatedEvent<NavPoint>>, IListener<WorldObjectUpdatedEvent<NavPoint>>, java.util.EventListener
Enclosing class:
Items

protected class Items.NavPointListener
extends java.lang.Object
implements IWorldObjectEventListener<NavPoint,WorldObjectUpdatedEvent<NavPoint>>

MapPointsListObtained listener.


Nested Class Summary
 
Nested classes/interfaces inherited from interface cz.cuni.amis.utils.listener.IListener
IListener.Notifier<LISTENER extends IListener>
 
Constructor Summary
Items.NavPointListener(IWorldView worldView)
          Constructor.
 
Method Summary
 void notify(WorldObjectUpdatedEvent<NavPoint> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Items.NavPointListener

public Items.NavPointListener(IWorldView worldView)
Constructor. Registers itself on the given WorldView object.

Parameters:
worldView - WorldView object to listen to.
Method Detail

notify

public void notify(WorldObjectUpdatedEvent<NavPoint> event)
Specified by:
notify in interface IListener<WorldObjectUpdatedEvent<NavPoint>>