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(Object object)
          Constructs a listener map for the provided object, which must not be null.
 

Method Detail

getListenerMapForObject

ListenerMap getListenerMapForObject(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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.