Interface WhiteboardRenderer.RendererPrivateListener
-
- Enclosing class:
- WhiteboardRenderer<T extends android.view.View & ZoomableSharingView>
public static interface WhiteboardRenderer.RendererPrivateListenerWhiteboard renderer private listener which notifies about whiteboard started and whiteboard ended events. These callbacks come from the
WhiteboardListenerand are dispatched to this listener object if it is registered as a listener in theWhiteboardRendererobject.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonWhiteboardEnded(Whiteboard whiteboard)voidonWhiteboardStarted(Whiteboard whiteboard, WhiteboardSurface surface)
-
-
-
Method Detail
-
onWhiteboardStarted
void onWhiteboardStarted(Whiteboard whiteboard, WhiteboardSurface surface)
-
onWhiteboardEnded
void onWhiteboardEnded(Whiteboard whiteboard)
-
-