LoadInterface
| Kind of class: | interface |
|---|---|
| Inherits from: | RunnableInterface < CoreInterface |
| Implemented by: | |
| Known subinterfaces: | |
| Version: | 12/18/06 |
| Author: | Aaron Clinger |
| Classpath: | org.casaframework.load.base.LoadInterface |
| File last modified: | Monday, 08 January 2007, 09:57:51 |
Summary
Instance methods
Instance methods inherited from RunnableInterface
Instance methods inherited from CoreInterface
Instance methods
getFilePath
function getFilePath (
) : String
Retrieves the path to the file that is to be loaded.
Returns:
String containing the path to the file.
hasLoaded
function hasLoaded (
) : Boolean
Determines whether the requested file has finished loading.
Returns:
Returns
true if file has completely loaded; otherwise false.isLoading
function isLoading (
) : Boolean
Determines whether the requested file is in the process of loading.
Returns:
Returns
true if the file is currently loading; otherwise false.