Package com.leia.sdk.views
Interface InterlacedSurfaceView.DebugGuiCloseListener
-
- Enclosing class:
- InterlacedSurfaceView
public static interface InterlacedSurfaceView.DebugGuiCloseListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
didClose()
Called when the debug GUI is closed by the user.
-
-
-
Method Detail
-
didClose
void didClose()
Called when the debug GUI is closed by the user.- See Also:
InterlacedSurfaceViewConfig.isGuiVisible
-
-