onEventReceived
This method is invoked if a listener implementation is passed to a synchronization and the events are subscribed to. It is invoked when events are dispatched from the server or client plug-ins.
For Java:
void onEventReceived(SyncEvent event);
For C++:
void onEventReceived(SyncEvent event);
Parameters:
-
event—A synchronization event that was received.
Returns:
void