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

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

protected class Items.ItemsListener
extends java.lang.Object
implements IWorldObjectEventListener<Item,IWorldObjectEvent<Item>>


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

Constructor Detail

Items.ItemsListener

public Items.ItemsListener(IWorldView worldView)
Method Detail

notify

public void notify(IWorldObjectEvent<Item> event)
Specified by:
notify in interface IListener<IWorldObjectEvent<Item>>