org.apache.commons.mapper
Interface MapperFactoryListener

All Superinterfaces:
java.util.EventListener

public interface MapperFactoryListener
extends java.util.EventListener

Listeners are notified every time a MapperFactory creates a new Mapper instance. They are not notified when a previously created instance is returned from the cache.


Method Summary
 void mapperCreated(MapperFactoryEvent event)
          Called whenever a Mapper is created.
 

Method Detail

mapperCreated

public void mapperCreated(MapperFactoryEvent event)
Called whenever a Mapper is created.

Parameters:
event - Retrieve the created Mapper from event.getMapper().


Copyright © 2003-2005 The Apache Software Foundation. All Rights Reserved.