org.apache.tapestry.listener
Class ListenerMapSourceImpl
java.lang.Object
org.apache.tapestry.listener.ListenerMapSourceImpl
- All Implemented Interfaces:
- EventListener, ResetEventListener, ListenerMapSource
public class ListenerMapSourceImpl
- extends Object
- implements ListenerMapSource, ResetEventListener
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListenerMapSourceImpl
public ListenerMapSourceImpl()
getListenerMapForObject
public ListenerMap getListenerMapForObject(Object object)
- Description copied from interface:
ListenerMapSource
- Constructs a listener map for the provided object, which must not be
null.
- Specified by:
getListenerMapForObject
in interface ListenerMapSource
- Parameters:
object
- the object to provide a map for
- Returns:
- a ListenerMap configured for the object
resetEventDidOccur
public void resetEventDidOccur()
- Specified by:
resetEventDidOccur
in interface ResetEventListener
createListenerMethodInvoker
protected ListenerMethodInvoker createListenerMethodInvoker(String name,
Method[] methods)
- This implementation returns a new
ListenerMethodInvoker
.
Subclasses can override to provide their own implementation.
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.