Interface ProgressSubscriberFactory
public interface ProgressSubscriberFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate()createFull(PlotPlayer<?> actor, long interval, long wait, Caption caption) createWithActor(PlotPlayer<?> actor)
-
Method Details
-
create
@NonNull ProgressSubscriber create() -
createWithActor
-
createFull
@NonNull ProgressSubscriber createFull(@Nullable PlotPlayer<?> actor, long interval, long wait, @Nullable Caption caption)
-