public interface HasReceiveXBRLLoadingEvents
The loaded DTS may contains errors, may be valid, may contain instance documents or not.
| Modifier and Type | Interface and Description |
|---|---|
static class |
HasReceiveXBRLLoadingEvents.LoadingStatus
The Enum LoadingStatus.
|
| Modifier and Type | Method and Description |
|---|---|
void |
loadingFinished(LoadDTSInThread loadDTSInThread,
HasReceiveXBRLLoadingEvents.LoadingStatus status)
Loading finished.
|
void loadingFinished(LoadDTSInThread loadDTSInThread, HasReceiveXBRLLoadingEvents.LoadingStatus status)
loadDTSInThread - The thread who has just finished loading a DTSstatus - The loading status. See the constants defined in this class