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)
EventSynchronization
addEventForwarder
in interface EventSynchronization
public void sync()
EventSynchronization
sync
in interface EventSynchronization
public List<Event> getEvents()
EventSynchronization
getEvents
in interface EventSynchronization
Copyright © 2021. All rights reserved.