Interface ProductManager.Listener

  • Enclosing class:
    ProductManager

    public static interface ProductManager.Listener
    A listener for the product manager.
    • Method Detail

      • productAdded

        void productAdded​(ProductManager.Event event)
        Notified when a product was added.
        Parameters:
        event - the event
      • productRemoved

        void productRemoved​(ProductManager.Event event)
        Notified when a product was removed.
        Parameters:
        event - the event