|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void notifyEvent(java.lang.String eventCode, java.util.Hashtable arguments)
iOS Method Signature: + (void)notifyEvent$JavaLangString:(NSString *)eventCode $JavaUtilHashtable:(NSMutableDictionary *)arguments
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |