ParseLiveListUpdateEvent<T extends ParseObject> constructor
ParseLiveListUpdateEvent<T extends ParseObject> (
- int index,
- T object
Implementation
ParseLiveListUpdateEvent(super.index, super.object);