Interface RoomObserver.EditListener
- Enclosing interface:
- RoomObserver
public static interface RoomObserver.EditListener
Listener called when an edit happened in the room. In this case,
the
RoomObserver.sync(SyncListener)
should be called to
synchronize the observer.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when an edit was performed by one of the user in the concurrent editing room.
-
Method Details
-
editHappened
void editHappened()Called when an edit was performed by one of the user in the concurrent editing room.
-