Uses of Interface
cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventListener

Packages that use IWorldEventListener
cz.cuni.amis.pogamut.base.communication.worldview   
cz.cuni.amis.pogamut.base.communication.worldview.impl   
cz.cuni.amis.pogamut.base.communication.worldview.object   
cz.cuni.amis.pogamut.base.communication.worldview.react   
cz.cuni.amis.pogamut.base3d.worldview   
cz.cuni.amis.pogamut.multi.communication.worldview   
cz.cuni.amis.pogamut.multi.communication.worldview.impl   
 

Uses of IWorldEventListener in cz.cuni.amis.pogamut.base.communication.worldview
 

Methods in cz.cuni.amis.pogamut.base.communication.worldview with parameters of type IWorldEventListener
 void IWorldView.addEventListener(Class<?> eventClass, IWorldEventListener<?> listener)
          Adds listener to a specific event (Level A listeners).
 boolean IWorldView.isListening(Class<?> eventClass, IWorldEventListener<?> listener)
          Tests whether the 'listener' is listening to a specific event (Level A listeners).
 boolean IWorldView.isListening(IWorldEventListener<?> listener)
          Checks whether this listener is hooked to the world view (at any listener level).
 void IWorldView.removeEventListener(Class<?> eventClass, IWorldEventListener<?> listener)
          Removes listener from a specific event (Level A listeners).
 void IWorldView.removeListener(IWorldEventListener<?> listener)
          Removes listener from every listeners category (from every listener level).
 

Uses of IWorldEventListener in cz.cuni.amis.pogamut.base.communication.worldview.impl
 

Methods in cz.cuni.amis.pogamut.base.communication.worldview.impl with parameters of type IWorldEventListener
 void AbstractWorldView.addEventListener(Class<?> event, IWorldEventListener<?> listener)
           
 boolean AbstractWorldView.isListening(Class<?> eventClass, IWorldEventListener<?> listener)
           
 boolean AbstractWorldView.isListening(IWorldEventListener<?> listener)
           
 void AbstractWorldView.removeEventListener(Class<?> eventClass, IWorldEventListener<?> listener)
           
 void AbstractWorldView.removeListener(IWorldEventListener<?> listener)
           
 

Uses of IWorldEventListener in cz.cuni.amis.pogamut.base.communication.worldview.object
 

Subinterfaces of IWorldEventListener in cz.cuni.amis.pogamut.base.communication.worldview.object
 interface IWorldObjectEventListener<OBJECT extends IWorldObject,EVENT extends IWorldObjectEvent<OBJECT>>
          Listens on object events.
 interface IWorldObjectListener<OBJECT extends IWorldObject>
          Listens on object events.
 

Uses of IWorldEventListener in cz.cuni.amis.pogamut.base.communication.worldview.react
 

Fields in cz.cuni.amis.pogamut.base.communication.worldview.react declared as IWorldEventListener
protected  IWorldEventListener<EVENT> EventReact.reactListener
           
 

Uses of IWorldEventListener in cz.cuni.amis.pogamut.base3d.worldview
 

Classes in cz.cuni.amis.pogamut.base3d.worldview that implement IWorldEventListener
 class Vision
          Vision is taking care about the objects the bot might see (of all implementing IViewable interface).
 

Uses of IWorldEventListener in cz.cuni.amis.pogamut.multi.communication.worldview
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview with parameters of type IWorldEventListener
 void ISharedWorldView.addEventListener(Class<?> eventClass, IWorldEventListener<?> listener)
          Adds listener to a specific event (Level A listeners).
 void ILocalWorldView.addEventListener(Class<?> eventClass, IWorldEventListener<?> listener)
          Adds listener to a specific event (Level A listeners).
 boolean ISharedWorldView.isListening(Class<?> eventClass, IWorldEventListener<?> listener)
          Tests whether the 'listener' is listening to a specific event (Level A listeners).
 boolean ILocalWorldView.isListening(Class<?> eventClass, IWorldEventListener<?> listener)
          Tests whether the 'listener' is listening to a specific event (Level A listeners).
 boolean ISharedWorldView.isListening(IWorldEventListener<?> listener)
          Checks whether this listener is hooked to the world view (at any listener level).
 boolean ILocalWorldView.isListening(IWorldEventListener<?> listener)
          Checks whether this listener is hooked to the world view (at any listener level).
 void ISharedWorldView.removeEventListener(Class<?> eventClass, IWorldEventListener<?> listener)
          Removes listener from a specific event (Level A listeners).
 void ILocalWorldView.removeEventListener(Class<?> eventClass, IWorldEventListener<?> listener)
          Removes listener from a specific event (Level A listeners).
 void ISharedWorldView.removeListener(IWorldEventListener<?> listener)
          Removes listener from every listeners category (from every listener level).
 void ILocalWorldView.removeListener(IWorldEventListener<?> listener)
          Removes listener from every listeners category (from every listener level).
 

Uses of IWorldEventListener in cz.cuni.amis.pogamut.multi.communication.worldview.impl
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl with parameters of type IWorldEventListener
 void LocalWorldViewAdapter.addEventListener(Class<?> eventClass, IWorldEventListener<?> listener)
           
 void AbstractSharedWorldView.addEventListener(Class<?> event, IWorldEventListener<?> listener)
           
 void AbstractLocalWorldView.addEventListener(Class<?> event, IWorldEventListener<?> listener)
           
 boolean LocalWorldViewAdapter.isListening(Class<?> eventClass, IWorldEventListener<?> listener)
           
 boolean AbstractSharedWorldView.isListening(Class<?> eventClass, IWorldEventListener<?> listener)
           
 boolean AbstractLocalWorldView.isListening(Class<?> eventClass, IWorldEventListener<?> listener)
           
 boolean LocalWorldViewAdapter.isListening(IWorldEventListener<?> listener)
           
 boolean AbstractSharedWorldView.isListening(IWorldEventListener<?> listener)
           
 boolean AbstractLocalWorldView.isListening(IWorldEventListener<?> listener)
           
 void LocalWorldViewAdapter.removeEventListener(Class<?> eventClass, IWorldEventListener<?> listener)
           
 void AbstractSharedWorldView.removeEventListener(Class<?> eventClass, IWorldEventListener<?> listener)
           
 void AbstractLocalWorldView.removeEventListener(Class<?> eventClass, IWorldEventListener<?> listener)
           
 void LocalWorldViewAdapter.removeListener(IWorldEventListener<?> listener)
           
 void AbstractSharedWorldView.removeListener(IWorldEventListener<?> listener)
           
 void AbstractLocalWorldView.removeListener(IWorldEventListener<?> listener)
           
 



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