Class ListDataEvent

java.lang.Object
de.hybris.platform.cockpit.model.general.impl.ListDataEvent

public class ListDataEvent extends Object
  • Field Details

  • Constructor Details

    • ListDataEvent

      public ListDataEvent(ListModel<?> model, int type, int index0, int index1)
  • Method Details

    • getModel

      public ListModel<?> getModel()
    • getType

      public int getType()
    • getIndex0

      public int getIndex0()
    • getIndex1

      public int getIndex1()