LoadInterface
Kind of class: | interface |
---|---|
Inherits from: | RunnableInterface < CoreInterface |
Implemented by: | |
Known subinterfaces: | |
Version: | 12/18/06 |
Author: | Aaron Clinger |
Classpath: | org.casalib.load.base.LoadInterface |
File last modified: | Monday, 01 December 2008, 13:34:40 |
Summary
Instance methods
- getFilePath : String
- Retrieves the path to the file that is to be loaded.
- hasLoaded : Boolean
- Determines whether the requested file has finished loading.
- isLoading : Boolean
- Determines whether the requested file is in the process of loading.
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; otherwisefalse
.
isLoading
function isLoading (
) : Boolean
Determines whether the requested file is in the process of loading.
Returns:
- Returns
true
if the file is currently loading; otherwisefalse
.