org.mydm.search
Interface SearchResFoundEvent

All Known Implementing Classes:
SRFoundEventImpl

public interface SearchResFoundEvent

Search result found event. A simple Event object from which we can get the EDocument Found.


Method Summary
 EDocument getEDocument()
          Gets the EDocument Found in the result.
 void setEDocument(EDocument edoc)
          Sets the EDocument found.
 

Method Detail

getEDocument

public EDocument getEDocument()
Gets the EDocument Found in the result.

Returns:
edoc EDocument found

setEDocument

public void setEDocument(EDocument edoc)
Sets the EDocument found.

Parameters:
edoc - EDocument