public interface EventSynchronization
Modifier and Type | Method and Description |
---|---|
void |
addEventForwarder(EventForwarder forwarder)
This method just add an event forwarder
to forward sync events
|
List<Event> |
getEvents()
Calling this method get the synchronization
Events
|
void |
sync()
this method sync
Events
|
void addEventForwarder(EventForwarder forwarder)
forwarder
- void sync()
Copyright © 2021. All rights reserved.