Package cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation


Class Summary
AnnotationListenerRegistrator The registrator that is driven by annotations on the class it introspects.
 

Annotation Types Summary
EventListener Used by AnnotationListenerRegistrator to register level A listener (IWorldView.addEventListener(Class, cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventListener) for the annotated method.
ObjectClassEventListener Used by AnnotationListenerRegistrator to register level C listener (IWorldView#addObjectListener(Class, Class, cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectListener) for the annotated method.
ObjectClassListener Used by AnnotationListenerRegistrator to register level B listener (IWorldView#addObjectListener(Class, cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectListener) for the annotated method.
ObjectEventListener Used by AnnotationListenerRegistrator to register level E listener (IWorldView#addObjectListener(WorldObjectId, Class, cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectListener) for the annotated method.
ObjectListener Used by AnnotationListenerRegistrator to register level D listener (IWorldView#addObjectListener(cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId, cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectListener) for the annotated method.