public interface RegistryCallback


Summary

Public methods

abstract String
abstract String
abstract long
abstract void
onDimensions(int width, int height)
abstract void
abstract void
onProgress(float progress)
abstract void
setDrawDebug(int debugMode)
abstract void
setLayoutInformationMode(int layoutInformationMode)

Public methods

currentLayoutInformation

Added in 1.1.0-alpha13
abstract String currentLayoutInformation()

currentMotionScene

Added in 1.1.0-alpha13
abstract String currentMotionScene()

getLastModified

Added in 1.1.0-alpha13
abstract long getLastModified()

onDimensions

Added in 1.1.0-alpha13
abstract void onDimensions(int width, int height)

onNewMotionScene

Added in 1.1.0-alpha13
abstract void onNewMotionScene(String content)

onProgress

Added in 1.1.0-alpha13
abstract void onProgress(float progress)

setDrawDebug

Added in 1.1.0-alpha13
abstract void setDrawDebug(int debugMode)

setLayoutInformationMode

Added in 1.1.0-alpha13
abstract void setLayoutInformationMode(int layoutInformationMode)