au.com.skytechnologies.skysync
Interface SkySyncObserver

All Known Implementing Classes:
KonySkySyncAdaptor

public interface SkySyncObserver


Method Summary
 void notifyEvent(java.lang.String eventCode, java.util.Hashtable arguments)
          This method provides a general-purpose interface for transmission of callback notifications.
 

Method Detail

notifyEvent

void notifyEvent(java.lang.String eventCode,
                 java.util.Hashtable arguments)
This method provides a general-purpose interface for transmission of callback notifications.

iOS Method Signature: + (void)notifyEvent$JavaLangString:(NSString *)eventCode $JavaUtilHashtable:(NSMutableDictionary *)arguments

Parameters:
eventCode - A string code that indicates the nature of the event notification.
arguments - A list of arguments associated with the event notification; may be null, which indicates that no further information is available for the given event.