Class TargetSearchCompleteEvent

  • All Implemented Interfaces:
    Serializable

    public class TargetSearchCompleteEvent
    extends SyncTaskEvent
    Represents an event generated upon the successful completion of a target directory search operation.
    See Also:
    Serialized Form
    • Constructor Detail

      • TargetSearchCompleteEvent

        public TargetSearchCompleteEvent​(SyncTask source,
                                         String message,
                                         int count)
        Creates a new target 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.