org.broadleafcommerce.openadmin.server.domain
Interface SandBoxItemListener


public interface SandBoxItemListener

Created by bpolster.


Method Summary
 void itemPromoted(SandBoxItem sandBoxItem, SandBox destinationSandBox)
           
 void itemRejected(SandBoxItem sandBoxItem, SandBox destinationSandBox)
           
 void itemReverted(SandBoxItem sandBoxItem)
           
 

Method Detail

itemPromoted

void itemPromoted(SandBoxItem sandBoxItem,
                  SandBox destinationSandBox)

itemRejected

void itemRejected(SandBoxItem sandBoxItem,
                  SandBox destinationSandBox)

itemReverted

void itemReverted(SandBoxItem sandBoxItem)


Copyright © 2013. All Rights Reserved.