org.rococoa.cocoa.syncservices
Class SyncServicesLibrary.ISyncAvailabilityChangedNotification
java.lang.Object
org.rococoa.cocoa.syncservices.SyncServicesLibrary.ISyncAvailabilityChangedNotification
- Enclosing interface:
- SyncServicesLibrary
public static final class SyncServicesLibrary.ISyncAvailabilityChangedNotification
- extends Object
Distributed notification posted by the server when availability/enablement changes.
If isEnabled returns NO, and a client wants to sync when syncing becomes enabled
again, the client should register for this notification.
This notification is sent both in the case where syncing is enabled, and when it is disabled.
When this notification is sent, the object of the notification is an NSString with the value @"YES"
if syncing is enabled, and @"NO" if disabled. After receiving this notification, the client should
still call -isEnabled to be absolutely sure of the state of syncing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncServicesLibrary.ISyncAvailabilityChangedNotification
public SyncServicesLibrary.ISyncAvailabilityChangedNotification()
get
public static SyncServicesLibrary.ISyncAvailabilityChangedNotification.ISyncAvailabilityChangedNotification_holder get()