-
public final class BuildPoint
-
-
Field Summary
Fields Modifier and Type Field Description private final LongcurrentRelativePositionprivate final LongcurrentAbsolutePositionprivate final IPlayerplayerprivate final BooleanisPlaying
-
Constructor Summary
Constructors Constructor Description BuildPoint(Long currentRelativePosition, Long currentAbsolutePosition, IPlayer player, Boolean isPlaying)
-
Method Summary
Modifier and Type Method Description final LonggetCurrentRelativePosition()final LonggetCurrentAbsolutePosition()final IPlayergetPlayer()final BooleangetIsPlaying()-
-
Method Detail
-
getCurrentRelativePosition
final Long getCurrentRelativePosition()
-
getCurrentAbsolutePosition
final Long getCurrentAbsolutePosition()
-
getIsPlaying
final Boolean getIsPlaying()
-
-
-
-