Class SourceSearchCompleteEvent

  • All Implemented Interfaces:
    Serializable

    public class SourceSearchCompleteEvent
    extends SyncTaskEvent
    Event generated upon the successful completion of a source directory search operation.
    See Also:
    Serialized Form
    • Constructor Detail

      • SourceSearchCompleteEvent

        public SourceSearchCompleteEvent​(SyncTask source,
                                         String message,
                                         int count)
        Creates a new source directory search complete event.
        Parameters:
        source - The event source.
        message - The event message.
        count - The number of matching entries, zero if none were found.
    • Method Detail

      • getMatchCount

        public int getMatchCount()
        Gets the number of matching search entries.
        Returns:
        The number of matching entries, zero if none were found.