public class IconEvent
extends java.util.EventObject
IconListener
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
HPAdjust
HP adjustment event type.
|
Constructor and Description |
---|
IconEvent(java.lang.Object source,
int type,
int idx,
int delta) |
Modifier and Type | Method and Description |
---|---|
int |
getAdjustment()
Retrieve the delta adjustment amount.
|
int |
getHPIndex()
Retrieve the index of the hit point source that
was adjusted.
|
int |
getType()
Retrieve the type of the event.
|
public static final int HPAdjust
public IconEvent(java.lang.Object source, int type, int idx, int delta)
public int getType()
public int getAdjustment()
public int getHPIndex()