org.apache.tapestry.listener
Interface ListenerMapSource

All Known Implementing Classes:
ListenerMapSourceImpl

public interface ListenerMapSource

A service which provides access to ListenerMap  objects.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 ListenerMap getListenerMapForObject(java.lang.Object object)
          Constructs a listener map for the provided object, which must not be null.
 

Method Detail

getListenerMapForObject

public ListenerMap getListenerMapForObject(java.lang.Object object)
Constructs a listener map for the provided object, which must not be null.

Parameters:
object - the object to provide a map for
Returns:
a ListenerMap configured for the object