public static interface BaseSyncAdapter.EventDispatcher
See BaseSyncAdapter description for events that are dispatched
by this adapter.
BaseSyncAdapter.setEventDispatcher(EventDispatcher)| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(Object event)
Called by a specific implementation of BaseSyncAdapter to dispatch the given synchronization
event.
|
void dispatch(Object event)
event - The synchronization event to be dispatched.