StatusChangedEventArgs

Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs

public class StatusChangedEventArgs extends EventArgs

Represents arguments for a search network status change event.

Methods

Method Description
getOldStatus() Gets the old search network status.
getNewStatus() Gets the new search network status.

getOldStatus()

public final SearchNetworkStatus getOldStatus()

Gets the old search network status.

Returns: SearchNetworkStatus - The old search network status.

getNewStatus()

public final SearchNetworkStatus getNewStatus()

Gets the new search network status.

Returns: SearchNetworkStatus - The new search network status.