public class ThumbEvent extends EventObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ThumbEvent.EventType |
source| Constructor and Description |
|---|
ThumbEvent(Object source,
ThumbEvent.EventType eventType,
int thumbIndex,
int currentValue,
int adjustedValue,
boolean adjusting) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAdjustedValue() |
int |
getCurrentValue() |
ThumbEvent.EventType |
getEventType() |
int |
getThumbIndex() |
boolean |
isAdjusting() |
getSource, toStringpublic ThumbEvent(Object source, ThumbEvent.EventType eventType, int thumbIndex, int currentValue, int adjustedValue, boolean adjusting)
public ThumbEvent.EventType getEventType()
public int getThumbIndex()
public int getCurrentValue()
public int getAdjustedValue()
public boolean isAdjusting()
Copyright © 2017. All rights reserved.