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