Interface EventSynchronization
-
- All Known Implementing Classes:
AlarmEventSynchronization
public interface EventSynchronization
Interface to use for triggering a generic event synchronization- Author:
- antonio
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addEventForwarder(EventForwarder forwarder)
This method just add an event forwarder to forward sync eventsjava.util.List<Event>
getEvents()
Calling this method get the synchronization Eventsvoid
sync()
this method sync Events
-
-
-
Method Detail
-
addEventForwarder
void addEventForwarder(EventForwarder forwarder)
This method just add an event forwarder to forward sync events- Parameters:
forwarder
-
-
getEvents
java.util.List<Event> getEvents()
Calling this method get the synchronization Events
-
sync
void sync()
this method sync Events
-
-