Interface ListenerObjectCreator

All Known Implementing Classes:
AbstractClassBasedListenerObjectCreator, InstantiatingClassBasedListenerObjectCreator, ObjectBasedListenerObjectCreator, SpringBeanClassBasedListenerObjectCreator

public interface ListenerObjectCreator
A ListenerObjectCreator creates the ListenerObjects that will be used by the ListenerObjectRetriever to search in.

Implementors are required to keep a list of ListenerObjectCreationObservers and notify them whenever a class is scanned and its listeners are created.

Author:
G.J. Schouten