public class ListenerMapSourceImpl extends java.lang.Object implements ListenerMapSource, ResetEventListener
Constructor and Description |
---|
ListenerMapSourceImpl() |
Modifier and Type | Method and Description |
---|---|
protected ListenerMethodInvoker |
createListenerMethodInvoker(java.lang.String name,
java.lang.reflect.Method[] methods)
This implementation returns a new
ListenerMethodInvoker . |
ListenerMap |
getListenerMapForObject(java.lang.Object object)
Constructs a listener map for the provided object, which must not be null.
|
void |
resetEventDidOccur() |
public ListenerMapSourceImpl()
public ListenerMap getListenerMapForObject(java.lang.Object object)
ListenerMapSource
getListenerMapForObject
in interface ListenerMapSource
object
- the object to provide a map forpublic void resetEventDidOccur()
resetEventDidOccur
in interface ResetEventListener
protected ListenerMethodInvoker createListenerMethodInvoker(java.lang.String name, java.lang.reflect.Method[] methods)
ListenerMethodInvoker
. Subclasses can override to
provide their own implementation.