|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.objectweb.jorm.api.PMappingRequiredEvent
The event used to signals the requirement of the mapping of a particular JORM class.
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 |
public PMappingRequiredEvent(PClassMapping source, java.lang.String jormclassname)
source
- The event source.jormclassname
- The name of the JORM class that is required to be
mapped.Method Detail |
public java.lang.String getJormClassName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |