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