Class SyncTaskEvent

    • Constructor Detail

      • SyncTaskEvent

        public SyncTaskEvent​(SyncTask source,
                             String message)
        Creates a new sync task event with the specified source and message.
        Parameters:
        source - The event source.
        message - The event message.
    • Method Detail

      • getMessage

        public String getMessage()
        Gets the event message.
        Returns:
        The event message.
      • getTimestamp

        public Date getTimestamp()
        Gets the event timestamp.
        Returns:
        The event timestamp.