public class ThumbDataEvent extends EventObject
source
Constructor and Description |
---|
ThumbDataEvent(Object source,
int type,
int index,
Thumb<?> thumb)
Creates a new instance of ThumbDataEvent
|
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
Thumb<?> |
getThumb() |
int |
getType() |
String |
toString() |
getSource
public int getType()
public int getIndex()
public Thumb<?> getThumb()
public String toString()
toString
in class EventObject
Copyright © 2014. All rights reserved.