public interface RegistryCallback
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
currentLayoutInformation() |
java.lang.String |
currentMotionScene() |
long |
getLastModified() |
void |
onDimensions(int width,
int height) |
void |
onNewMotionScene(java.lang.String content) |
void |
onProgress(float progress) |
void |
setDrawDebug(int debugMode) |
void |
setLayoutInformationMode(int layoutInformationMode) |
void onNewMotionScene(java.lang.String content)
void onProgress(float progress)
void onDimensions(int width,
int height)
java.lang.String currentMotionScene()
void setDrawDebug(int debugMode)
java.lang.String currentLayoutInformation()
void setLayoutInformationMode(int layoutInformationMode)
long getLastModified()