Package | Description |
---|---|
com.groupdocs.search.events |
The package provides classes of event arguments.
|
Modifier and Type | Class and Description |
---|---|
class |
EventHandler<T extends BaseIndexEventArgs>
Represents the base class of an event handler.
|
Modifier and Type | Class and Description |
---|---|
class |
FileIndexingEventArgs
Represents arguments for the event of a document indexing start.
|
class |
IndexErrorEventArgs
Represents arguments for the event of index error occurred.
|
class |
OperationFinishedEventArgs
Represents arguments for the event of the indexing operation is finished.
|
class |
OperationProgressEventArgs
Represents arguments for the event of the indexing operation progress is updated.
|
class |
PasswordRequiredEventArgs
Represents arguments for the event that occurs when document protected by a password is indexing.
|
class |
SearchPhaseEventArgs
Represents arguments for the search phase changing events.
|
Modifier and Type | Field and Description |
---|---|
Event<EventHandler<BaseIndexEventArgs>> |
EventHub.StatusChanged
Occurs when the index status changes.
|
protected EventHandler<BaseIndexEventArgs> |
EventHub.StatusChangedDelegate |
Modifier and Type | Method and Description |
---|---|
protected static BaseIndexEventArgs |
BaseIndexEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
int status) |