Skip navigation links
Unvired Kernel
com.unvired.sync.notifier

Interface NotificationListener

    • Method Detail

      • notifyDataChange

        void notifyDataChange(java.util.Vector dataNotifications)
        Notify data changes.
        Parameters:
        Vector - of DataNotification objects.
      • notifyDataReceiveCompletion

        void notifyDataReceiveCompletion()
        Notify data receive completion.
      • notifyDataSend

        void notifyDataSend(com.unvired.model.OutObject outObject)
        Notify successful asynchronous send of data to the server.
        Parameters:
        outObject - the out object
      • notifyException

        void notifyException(java.lang.Exception e)
        Notify exception.
        Parameters:
        e - Exception occurred in the application.
      • notifyServerMessages

        void notifyServerMessages(java.util.Vector infoMessages)
        Notify the application with the server messages received.
        Parameters:
        infoMessages - Vector of InfoMessages received from the server.
      • notifyDemoMode

        void notifyDemoMode(java.lang.String message)
        Notify the application about demo mode message.
        Parameters:
        message - Message to the application
      • notifyAttachmentDownloadSuccess

        void notifyAttachmentDownloadSuccess(com.unvired.model.AttachmentItem attachmentItem)
        Notify the application about successful download of a file .
        Parameters:
        attachmentItem - AttachmentItem to the application
      • notifyAttachmentDownloadFailure

        void notifyAttachmentDownloadFailure(com.unvired.model.AttachmentItem attachmentItem,
                                             java.lang.String errorMessage)
        Notify the application about failing a download of a file .
        Parameters:
        attachmentItem - AttachmentItem to the application
        errorMessage - String to the application
      • notifyApplicationReset

        void notifyApplicationReset()
        Notify data application reset.
      • notifyOutBoxItemDiscarded

        void notifyOutBoxItemDiscarded(InfoMessage infoMessage)
        Notify discard of OutboxItem
        Parameters:
        infoMessage - InfoMessage to the application
      • notifyAttachmentOutBoxItemDiscarded

        void notifyAttachmentOutBoxItemDiscarded(InfoMessage infoMessage)
        Notify discard of AttachmentOutBoxItem
        Parameters:
        infoMessage - InfoMessage to the application
      • notifyDataSendAbort

        void notifyDataSendAbort()
      • notifyAttachmentSendAbort

        void notifyAttachmentSendAbort()
      • notifyDataRetreiverAbort

        void notifyDataRetreiverAbort()
      • notifyIncomingDataProcessingFinished

        void notifyIncomingDataProcessingFinished()

Copyright © 2017 Unvired Inc. All Rights Reserved.