A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
notifyComplete(content) — Method in class com.sibirjak.angara.resource.AbstractResourceLoader
A subclass must call notifyComplete in all cases the loading of the resource has been finished successfully.
notifyComplete() — Method in class com.sibirjak.angara.resource.Callback
Notifies the loader manager about a completed asynchronous callback.
notifyComplete() — Method in interface com.sibirjak.angara.resource.ICallback
Notifies the loader manager about a completed asynchronous callback.
notifyComplete(content) — Method in class com.sibirjak.angara.utils.ImageAssetLoader
A subclass must call notifyComplete in all cases the loading of the resource has been finished successfully.
notifyFailure(errorType, failureMessage, error) — Method in class com.sibirjak.angara.resource.AbstractResourceLoader
A subclass must call notifyFailure in all cases the loading of the resource cannot be accomplished.
notifyHttpStatus(status) — Method in class com.sibirjak.angara.resource.AbstractResourceLoader
A subclass may call notifyHttpStatus to store a http status code.
notifyInit(content) — Method in class com.sibirjak.angara.resource.AbstractResourceLoader
A subclass may call notifyInit if the content is ready for display or any other use.
notifyProgress(bytesTotal, bytesLoaded) — Method in class com.sibirjak.angara.resource.AbstractResourceLoader
A subclass may call notifyProgress to inform the clients about a change in progess.
numFreeConnections — Property in class com.sibirjak.angara.core.ConnectionPool
Returns the number of free connections.
_numItems — Property in class com.sibirjak.angara.core.AbstractProgressInfo
The number of items added.
numItems — Property in class com.sibirjak.angara.core.AbstractProgressInfo
Returns the number of items to be loaded within the loader item.
numItems — Property in interface com.sibirjak.angara.core.IProgressInfo
Returns the number of items to be loaded within the loader item.
numItems — Property in class com.sibirjak.angara.sequence.SequenceManager
Returns the number of items to be loaded within the loader item.
_numItemsFailed — Property in class com.sibirjak.angara.core.AbstractProgressInfo
The number of items failed loading.
numItemsFailed — Property in class com.sibirjak.angara.core.AbstractProgressInfo
Returns the number of items failed within the loader item.
numItemsFailed — Property in interface com.sibirjak.angara.core.IProgressInfo
Returns the number of items failed within the loader item.
numItemsFailed — Property in class com.sibirjak.angara.sequence.SequenceManager
Returns the number of items failed within the loader item.
numItemsLeft — Property in interface com.sibirjak.angara.ILoaderManager
Returns the number of resources left to load.
numItemsLeft — Property in class com.sibirjak.angara.LoaderManager
Returns the number of resources left to load.
numItemsLeft — Property in class com.sibirjak.angara.core.Schedule
Returns the number of resources left to load.
_numItemsLoaded — Property in class com.sibirjak.angara.core.AbstractProgressInfo
The number of items alredy loaded.
numItemsLoaded — Property in class com.sibirjak.angara.core.AbstractProgressInfo
Returns the number of items loaded within the loader item.
numItemsLoaded — Property in interface com.sibirjak.angara.core.IProgressInfo
Returns the number of items loaded within the loader item.
numItemsLoaded — Property in class com.sibirjak.angara.sequence.SequenceManager
Returns the number of items loaded within the loader item.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z