org.objectweb.jorm.api
Class PMappingRequiredEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.objectweb.jorm.api.PMappingRequiredEvent
All Implemented Interfaces:
java.io.Serializable

public class PMappingRequiredEvent
extends java.util.EventObject

The event used to signals the requirement of the mapping of a particular JORM class.

Author:
P. Dechamboux
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PMappingRequiredEvent(PClassMapping source, java.lang.String jormclassname)
          Constructs a PMappingRequiredEvent event.
 
Method Summary
 java.lang.String getJormClassName()
          Retrives the name of the JORM class that is required to be mapped.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PMappingRequiredEvent

public PMappingRequiredEvent(PClassMapping source,
                             java.lang.String jormclassname)
Constructs a PMappingRequiredEvent event.

Parameters:
source - The event source.
jormclassname - The name of the JORM class that is required to be mapped.
Method Detail

getJormClassName

public java.lang.String getJormClassName()
Retrives the name of the JORM class that is required to be mapped.

Returns:
This class name.