cz.cuni.amis.pogamut.base.communication.worldview.listener
Interface IListenerRegistrator

Package class diagram package IListenerRegistrator
All Known Implementing Classes:
AnnotationListenerRegistrator

public interface IListenerRegistrator


Method Summary
 void addListeners()
          Register all the listeners the registrator know of.
 void removeListeners()
          Removes (unregister) all the listeners the registrator has created.
 

Method Detail

addListeners

void addListeners()
                  throws ListenersAlreadyRegisteredException
Register all the listeners the registrator know of.

Can be called only if listeners are not registred.

Throws:
ListenersAlreadyRegisteredException

removeListeners

void removeListeners()
Removes (unregister) all the listeners the registrator has created.



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