com.eruces.teagent.event.FileEventType
The FileEventType class defines a type of file processing event.
Since: 3.1
© Pi Soft, 2018-2026 · Tricryption Engine 8.1
Static Public Attributes
| Type | Name | Description |
|---|---|---|
| final FileEventType | START | The START field indicates that a file processing event has begun. |
| final FileEventType | CONTINUE | The CONTINUE field indicates that a file processing event is continuing. |
| final FileEventType | FINISH | The FINISH field indicates that a file processing event has finished. |
| final FileEventType | CANCEL | The CANCEL field indicates that a file processing event has been cancelled. |