-
- All Implemented Interfaces:
public interface LineItemDetailsFragmentListenerInterface used by the LineItemDetailsFragment to dispatch events to the hosting Activity.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSave(SelectableLineItem selectableLineItem)Called when the user presses the save button. -
-
Method Detail
-
onSave
abstract Unit onSave(SelectableLineItem selectableLineItem)
Called when the user presses the save button.
The selectable line item is updated to contain the user's modifications.
- Parameters:
selectableLineItem-the modified selectable line item
-
-
-
-