Class MoveMediaToFolderListener
- java.lang.Object
-
- de.hybris.platform.platformbackoffice.editors.AbstractDecoratedEditorListener<MoveMediaToFolderController>
-
- de.hybris.platform.platformbackoffice.editors.movemediatofoldereditor.MoveMediaToFolderListener
-
- All Implemented Interfaces:
org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
public class MoveMediaToFolderListener extends AbstractDecoratedEditorListener<MoveMediaToFolderController>
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.platformbackoffice.editors.AbstractDecoratedEditorListener
controller
-
-
Constructor Summary
Constructors Constructor Description MoveMediaToFolderListener(MoveMediaToFolderController controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.hybris.backoffice.widgets.notificationarea.NotificationService
getNotificationService()
protected void
onClick()
void
onEvent(org.zkoss.zk.ui.event.Event event)
protected void
onValueChanged(org.zkoss.zk.ui.event.Event event)
-
Methods inherited from class de.hybris.platform.platformbackoffice.editors.AbstractDecoratedEditorListener
registerAsListenerFor, reload
-
-
-
-
Constructor Detail
-
MoveMediaToFolderListener
public MoveMediaToFolderListener(MoveMediaToFolderController controller)
-
-
Method Detail
-
onEvent
public void onEvent(org.zkoss.zk.ui.event.Event event)
-
onClick
protected void onClick()
-
onValueChanged
protected void onValueChanged(org.zkoss.zk.ui.event.Event event)
-
getNotificationService
protected com.hybris.backoffice.widgets.notificationarea.NotificationService getNotificationService()
-
-