org.apache.commons.mapper
Interface MapperFactoryListener

All Superinterfaces:
EventListener

public interface MapperFactoryListener
extends 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

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

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


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.