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