Package com.hybris.cockpitng.engine.impl
Interface ListContainerCloseListener
-
- All Known Implementing Classes:
DefaultListContainerCloseListener
public interface ListContainerCloseListenerListens on close event of template windows
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClose(org.zkoss.zk.ui.event.Event event, WidgetInstance widgetInstance)Notified when window is being closed via cross button in the upper-right corner.
-
-
-
Method Detail
-
onClose
void onClose(org.zkoss.zk.ui.event.Event event, WidgetInstance widgetInstance)Notified when window is being closed via cross button in the upper-right corner.- Parameters:
event- on close eventwidgetInstance- widget instance that is about to close
-
-