StatusChangedEventArgs
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs
public class StatusChangedEventArgs extends EventArgs
Represents arguments for a search network status change event.
| Method | Description |
|---|---|
| getOldStatus() | Gets the old search network status. |
| getNewStatus() | Gets the new search network status. |
public final SearchNetworkStatus getOldStatus()
Gets the old search network status.
Returns: SearchNetworkStatus - The old search network status.
public final SearchNetworkStatus getNewStatus()
Gets the new search network status.
Returns: SearchNetworkStatus - The new search network status.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.