Class CustomActionListener

java.lang.Object
de.hybris.platform.cockpit.components.mvc.tree.listeners.CustomActionListener
All Implemented Interfaces:
org.zkoss.zk.ui.event.EventListener

public class CustomActionListener extends Object implements org.zkoss.zk.ui.event.EventListener
Just forwards event to the tree, tree will call 'deleteAction' method on assigned controller. see TreeController.customAction(de.hybris.platform.cockpit.components.mvc.tree.Tree, Event, Object)
  • Constructor Details

    • CustomActionListener

      public CustomActionListener()
  • Method Details

    • onEvent

      public void onEvent(org.zkoss.zk.ui.event.Event event) throws Exception
      Specified by:
      onEvent in interface org.zkoss.zk.ui.event.EventListener
      Throws:
      Exception