Class DataLoadingData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class DataLoadingData
    extends java.lang.Object
    implements ActionData
    Represent Events.ON_DATA_LOADING action.
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DataLoadingData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLimit()
      Returns the limit of the data chunk to be loaded.
      int getOffset()
      Returns the offset of the data chunk to be loaded.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataLoadingData

        public DataLoadingData()
    • Method Detail

      • getOffset

        public int getOffset()
        Returns the offset of the data chunk to be loaded.
        Returns:
        the offset of the data chunk to be loaded.
      • getLimit

        public int getLimit()
        Returns the limit of the data chunk to be loaded.
        Returns:
        the limit of the data chunk to be loaded.