org.rococoa.cocoa.syncservices
Class SyncServicesLibrary.ISyncAvailabilityChangedNotification

java.lang.Object
  extended by 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.


Nested Class Summary
static class SyncServicesLibrary.ISyncAvailabilityChangedNotification.ISyncAvailabilityChangedNotification_holder
           
 
Constructor Summary
SyncServicesLibrary.ISyncAvailabilityChangedNotification()
           
 
Method Summary
static SyncServicesLibrary.ISyncAvailabilityChangedNotification.ISyncAvailabilityChangedNotification_holder get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncServicesLibrary.ISyncAvailabilityChangedNotification

public SyncServicesLibrary.ISyncAvailabilityChangedNotification()
Method Detail

get

public static SyncServicesLibrary.ISyncAvailabilityChangedNotification.ISyncAvailabilityChangedNotification_holder get()