Interface IBatchBarcodeListView
-
- All Implemented Interfaces:
public interface IBatchBarcodeListView
Represents list of scanned barcodes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
IBatchBarcodeListView.ViewModel
Notified about user interactions.
-
Method Summary
Modifier and Type Method Description abstract Unit
attachViewModel(IBatchBarcodeListView.ViewModel viewModel)
-
-
Method Detail
-
attachViewModel
abstract Unit attachViewModel(IBatchBarcodeListView.ViewModel viewModel)
- Parameters:
viewModel
- which will receive callbacks on user interactions.
-
-
-
-