cz.cuni.amis.pogamut.udk.agent.module.sensor
Class Items.EndMessageListener

Package class diagram package Items.EndMessageListener
java.lang.Object
  extended by cz.cuni.amis.pogamut.udk.agent.module.sensor.Items.EndMessageListener
All Implemented Interfaces:
cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventListener<EndMessage>, cz.cuni.amis.utils.listener.IListener<EndMessage>, EventListener
Enclosing class:
Items

protected class Items.EndMessageListener
extends Object
implements cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventListener<EndMessage>

EndMessage 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.EndMessageListener(cz.cuni.amis.pogamut.base.communication.worldview.IWorldView worldView)
          Constructor.
 
Method Summary
 void notify(EndMessage event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Items.EndMessageListener

public Items.EndMessageListener(cz.cuni.amis.pogamut.base.communication.worldview.IWorldView worldView)
Constructor. Registers itself on the given WorldView object.

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

notify

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


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