- java.lang.Object
-
- jp.cafebabe.birthmarks.entities.Progress
-
public class Progress extends Object
-
-
Constructor Summary
Constructors Constructor Description Progress(long max)
Progress(long max, Consumer<Percentage> callback)
-
-
-
Constructor Detail
-
Progress
public Progress(long max)
-
Progress
public Progress(long max, Consumer<Percentage> callback)
-
-
Method Detail
-
percent
public Percentage percent()
-
update
public void update()
-
-