M - the specific type of the modelpublic static interface IModelLoader.IModelInfoHolder<M extends IModel>
| Modifier and Type | Method and Description |
|---|---|
void |
addResult(ModelInfo<M> toAdd)
Adds a model information as result of an operation.
|
void |
error(java.lang.String message)
Notifies about an error.
|
boolean |
isKnown(java.net.URI uri,
IModelLoader<M> loader)
Checks whether model information for a given URI is known.
|
void addResult(ModelInfo<M> toAdd)
toAdd - the information object to addboolean isKnown(java.net.URI uri,
IModelLoader<M> loader)
uri - the URI to checkloader - update the loader in case of unspecified loadertrue if it is known, false elsevoid error(java.lang.String message)
message - the error messageCopyright © 2009 - 2018 SSE. All Rights Reserved.