Page Summary
-
The
Slider.GracePeriod.Listenerinterface is used for listener callbacks related to a grace period. -
It includes two abstract methods:
onGracePeriodCancel()andonGracePeriodEnd(). -
onGracePeriodCancel()is called when the grace period is cancelled before completion. -
onGracePeriodEnd()is called when the grace period finishes normally.
Listener call-backs.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void | |||||||||||
| abstract void | |||||||||||
Public Methods
public abstract void onGracePeriodCancel ()
Called when the grace period is cancelled before completion.
public abstract void onGracePeriodEnd ()
Called when the grace period completes normally.