com.eruces.teagent.event.FileEventType
The FileEventType class defines a type of file processing event.
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. |