|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mydm.search.SRFoundEventImpl
Search Result found event. The search results found in the searching are notified to the Search Result Listeners with this event. It is simply a container for the meta information of the result. Currently we have only the EDocument in the this container.
Constructor Summary | |
SRFoundEventImpl()
|
Method Summary | |
EDocument |
getEDocument()
Gets the EDocument Found in the result. |
void |
setEDocument(EDocument edoc)
Sets the EDocument found. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SRFoundEventImpl()
Method Detail |
public EDocument getEDocument()
SearchResFoundEvent
getEDocument
in interface SearchResFoundEvent
public void setEDocument(EDocument edoc)
SearchResFoundEvent
setEDocument
in interface SearchResFoundEvent
edoc
- EDocument
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |