public static class OnStateChangeListener.DefaultImpls
| Modifier and Type | Method and Description |
|---|---|
static void |
onActivated(SwipePicker.OnStateChangeListener $this,
SwipePicker view,
boolean isActivated)
The listener is called every time the activation state changes.
|
static void |
onPressed(SwipePicker.OnStateChangeListener $this,
SwipePicker view,
boolean isPressed)
The listener is called every time the pressed state changes.
|
static void |
onSelected(SwipePicker.OnStateChangeListener $this,
SwipePicker view,
boolean isSelected)
The listener is called every time the selection state changes.
|
public static void onActivated(SwipePicker.OnStateChangeListener $this, SwipePicker view, boolean isActivated)
The listener is called every time the activation state changes.
view - SwipePicker of initiating event.isActivated - Current activated state.public static void onSelected(SwipePicker.OnStateChangeListener $this, SwipePicker view, boolean isSelected)
The listener is called every time the selection state changes.
view - SwipePicker of initiating event.isSelected - Current selected state.public static void onPressed(SwipePicker.OnStateChangeListener $this, SwipePicker view, boolean isPressed)
The listener is called every time the pressed state changes.
view - SwipePicker of initiating event.isPressed - Current pressed state.