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-alpha14
abstract String currentLayoutInformation()

currentMotionScene

Added in 1.1.0-alpha14
abstract String currentMotionScene()

getLastModified

Added in 1.1.0-alpha14
abstract long getLastModified()

onDimensions

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

onNewMotionScene

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

onProgress

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

setDrawDebug

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

setLayoutInformationMode

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