Interface ItemPopup.OnDelete

Enclosing class:
ItemPopup

public static interface ItemPopup.OnDelete
Interface for when the user deletes the item.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cb(int id, int itemId)
     
  • Method Details

    • cb

      void cb(int id, int itemId)