Skip to main content

com.eruces.teagent.event.FileEventType

The FileEventType class defines a type of file processing event.

Static Public Attributes

TypeNameDescription
final FileEventTypeSTARTThe START field indicates that a file processing event has begun.
final FileEventTypeCONTINUEThe CONTINUE field indicates that a file processing event is continuing.
final FileEventTypeFINISHThe FINISH field indicates that a file processing event has finished.
final FileEventTypeCANCELThe CANCEL field indicates that a file processing event has been cancelled.