public interface IWhiteboardViewCallback
限定符和类型 | 方法和说明 |
---|---|
void |
destroyWhiteboardView(WhiteboardView whiteboardView) |
void |
instantiateWhiteboardView(WhiteboardView whiteboardView,
java.lang.String layer,
int width,
int height) |
void |
onPageChange(int page,
java.lang.String layer) |
void |
onViewTap(View view,
float x,
float y) |
void instantiateWhiteboardView(WhiteboardView whiteboardView, java.lang.String layer, int width, int height)
void destroyWhiteboardView(WhiteboardView whiteboardView)
void onViewTap(View view, float x, float y)
void onPageChange(int page, java.lang.String layer)