public interface ProductCreationObserver
Modifier and Type | Method and Description |
---|---|
void |
onCreateProductClosed() |
void |
onProductCreated(Product createdProduct) |
void onProductCreated(Product createdProduct)
void onCreateProductClosed()