public class AlarmEventSynchronization extends Object implements EventSynchronization
| Constructor and Description | 
|---|
AlarmEventSynchronization()  | 
| 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 
 | 
public void addEventForwarder(EventForwarder forwarder)
EventSynchronizationaddEventForwarder in interface EventSynchronizationpublic void sync()
EventSynchronizationsync in interface EventSynchronizationpublic List<Event> getEvents()
EventSynchronizationgetEvents in interface EventSynchronizationCopyright © 2020. All rights reserved.