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

Package class diagram package Items.ItemPickedUpListener
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items.ItemPickedUpListener
All Implemented Interfaces:
IWorldEventListener<ItemPickedUp>, cz.cuni.amis.utils.listener.IListener<ItemPickedUp>, EventListener
Enclosing class:
Items

protected class Items.ItemPickedUpListener
extends Object
implements IWorldEventListener<ItemPickedUp>

ItemPickedUp listener.


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

Constructor Detail

Items.ItemPickedUpListener

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

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

notify

public void notify(ItemPickedUp event)
Specified by:
notify in interface cz.cuni.amis.utils.listener.IListener<ItemPickedUp>


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.