|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anthonyeden.lib.resource.AbstractResourceLoader
com.anthonyeden.lib.resource.FileResourceLoader
Implementation of the ResourceLoader interface which loads data from a file.
| Field Summary |
| Fields inherited from class com.anthonyeden.lib.resource.AbstractResourceLoader |
DEFAULT_DELAY |
| Constructor Summary | |
FileResourceLoader()
|
|
| Method Summary | |
void |
loadResource(java.lang.String path,
ResourceRecipient handler)
Load the resource specified by the given path. |
void |
loadResource(java.lang.String path,
ResourceRecipient handler,
boolean monitor)
Load the resource specified by the given path. |
| Methods inherited from class com.anthonyeden.lib.resource.AbstractResourceLoader |
getDelay, getMonitors, setDelay, startMonitors, stopMonitors |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileResourceLoader()
| Method Detail |
public void loadResource(java.lang.String path,
ResourceRecipient handler)
throws ResourceException
loadResource in class AbstractResourceLoaderpath - The pathhandler - The ResourceReceipient callback
ResourceException
public void loadResource(java.lang.String path,
ResourceRecipient handler,
boolean monitor)
throws ResourceException
path - The pathhandler - The ResourceRecipient callbackmonitor - True to monitor the resource
ResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||