Package io.scanbot.sdk.ui.view.edit
Interface IEditPolygonView
-
- All Implemented Interfaces:
public interface IEditPolygonView
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
IEditPolygonView.ViewModel
Notified about user interactions.
-
Method Summary
Modifier and Type Method Description abstract Unit
attachViewModel(IEditPolygonView.ViewModel viewModel)
-
-
Method Detail
-
attachViewModel
abstract Unit attachViewModel(IEditPolygonView.ViewModel viewModel)
- Parameters:
viewModel
- which will receive callbacks on user interactions.
-
-
-
-