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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intattemptCurrent()intattemptMaximum()intfileIndexCurrent()intfileIndexMaximum()BLProgressEventType.Kindkind()java.lang.Stringname()
-
-
-
Method Detail
-
kind
BLProgressEventType.Kind kind()
-
name
java.lang.String name()
-
fileIndexCurrent
int fileIndexCurrent()
-
fileIndexMaximum
int fileIndexMaximum()
-
attemptCurrent
int attemptCurrent()
-
attemptMaximum
int attemptMaximum()
-
-