Package com.io7m.brooklime.api
Interface BLProgressEventType
- All Known Subinterfaces:
BLProgressEventType.BLProgressFileStartedType,BLProgressEventType.BLProgressUpdateType
- All Known Implementing Classes:
BLProgressFileStarted,BLProgressUpdate
public interface BLProgressEventType
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBLProgressEventType.BLProgressFileStartedTypestatic interfaceBLProgressEventType.BLProgressUpdateTypestatic classBLProgressEventType.Kind -
Method Summary
Modifier and Type Method Description intattemptCurrent()intattemptMaximum()intfileIndexCurrent()intfileIndexMaximum()BLProgressEventType.Kindkind()java.lang.Stringname()
-
Method Details
-
kind
BLProgressEventType.Kind kind() -
name
java.lang.String name() -
fileIndexCurrent
int fileIndexCurrent() -
fileIndexMaximum
int fileIndexMaximum() -
attemptCurrent
int attemptCurrent() -
attemptMaximum
int attemptMaximum()
-