org.objectweb.jorm.api
Interface PMapperListener


public interface PMapperListener

Allows to listen to mapper-related events.

Author:
P. Dechamboux

Method Summary
 void mappingRequired(PMappingRequiredEvent e)
          Signlas to this listener that the mapper requires a particular JORM class to be mapped.
 

Method Detail

mappingRequired

public void mappingRequired(PMappingRequiredEvent e)
Signlas to this listener that the mapper requires a particular JORM class to be mapped.

Parameters:
e - The event that signals that a particular JORM class is required to be mapped by the mapper.