public interface FileShareSystemContentRegistrationDelegate
IFileDistributionManager
, changes in status are reported through this
interface.Modifier and Type | Method and Description |
---|---|
void |
contentNotReceived(MD5Hash contentID)
Called if there was a problem retrieving the requested content.
|
void |
contentReceived(MD5Hash contentID,
java.net.URL url,
boolean wasLocal)
Content was succesfully retrieved, and is available at the provided URL.
|
void contentNotReceived(MD5Hash contentID)
contentID
- void contentReceived(MD5Hash contentID, java.net.URL url, boolean wasLocal)
wasLocal
flag will be true
.contentID
- url
- wasLocal
-