ParseLiveListUpdateEvent<T extends ParseObject> constructor

ParseLiveListUpdateEvent<T extends ParseObject>(
  1. int index,
  2. T object
)

Implementation

ParseLiveListUpdateEvent(int index, T object) : super(index, object);