cz.cuni.amis.pogamut.base.communication.worldview.listener
Interface 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.