-
- All Implemented Interfaces:
-
com.jackpocket.scratchoff.ScratchoffThresholdProcessor.TargetRegionsProvider
public interface ScratchoffThresholdProcessor.Delegate implements ScratchoffThresholdProcessor.TargetRegionsProvider
-
-
Method Summary
Modifier and Type Method Description abstract voidpostScratchPercentChanged(floatĀ percent)abstract voidpostScratchThresholdReached()-
-
Method Detail
-
postScratchPercentChanged
abstract void postScratchPercentChanged(floatĀ percent)
-
postScratchThresholdReached
abstract void postScratchThresholdReached()
-
-
-
-