Interface RegistryCallback
-
public interface RegistryCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringcurrentLayoutInformation()java.lang.StringcurrentMotionScene()longgetLastModified()voidonDimensions(int width, int height)voidonNewMotionScene(java.lang.String content)voidonProgress(float progress)voidsetDrawDebug(int debugMode)voidsetLayoutInformationMode(int layoutInformationMode)
-
-
-
Method Detail
-
onNewMotionScene
void onNewMotionScene(java.lang.String content)
-
onProgress
void onProgress(float progress)
-
onDimensions
void onDimensions(int width, int height)
-
currentMotionScene
java.lang.String currentMotionScene()
-
setDrawDebug
void setDrawDebug(int debugMode)
-
currentLayoutInformation
java.lang.String currentLayoutInformation()
-
setLayoutInformationMode
void setLayoutInformationMode(int layoutInformationMode)
-
getLastModified
long getLastModified()
-
-