Package com.io7m.brooklime.api
Interface BLProgressEventType
- All Known Subinterfaces:
BLProgressEventType.BLProgressFileStartedType,BLProgressEventType.BLProgressUpdateType
- All Known Implementing Classes:
BLProgressFileStarted,BLProgressUpdate
public interface BLProgressEventType
The type of progress events.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProgress started on a particular file.static interfaceProgress was made on a particular file.static enumThe kind of events. -
Method Summary
-
Method Details
-
kind
BLProgressEventType.Kind kind()- Returns:
- The event kind
-
name
String name()- Returns:
- The event name
-
fileIndexCurrent
int fileIndexCurrent()- Returns:
- The current file index
-
fileIndexMaximum
int fileIndexMaximum()- Returns:
- The current maximum file index
-
attemptCurrent
int attemptCurrent()- Returns:
- The current attempt number
-
attemptMaximum
int attemptMaximum()- Returns:
- The maximum number of attempts
-