Class RecordAddedEventData<RECORD>


  • public class RecordAddedEventData<RECORD>
    extends java.lang.Object
    • Constructor Detail

      • RecordAddedEventData

        public RecordAddedEventData​(RECORD record,
                                    int index)
      • RecordAddedEventData

        public RecordAddedEventData​(java.util.List<RECORD> records,
                                    int index)
    • Method Detail

      • getRecords

        public java.util.List<RECORD> getRecords()
      • getIndex

        public int getIndex()