Uses of Interface
org.apache.commons.mapper.MapperFactoryListener

Packages that use MapperFactoryListener
org.apache.commons.mapper   
 

Uses of MapperFactoryListener in org.apache.commons.mapper
 

Methods in org.apache.commons.mapper with parameters of type MapperFactoryListener
 void MapperFactory.addMapperFactoryListener(MapperFactoryListener listener)
          Register a listener with this MapperFactory to receive notifications of events.
 void MapperFactory.removeMapperFactoryListener(MapperFactoryListener listener)
          Unregister a listener from this MapperFactory.
 



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