public class MapEvent
extends java.util.EventObject
MapListener
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
IconHeld
Icon held event.
|
static int |
IconMadeInvisible
Icon made invisible event.
|
static int |
IconMadeVisible
Icon made visible event.
|
static int |
IconMoved
Icon moved event.
|
static int |
IconTargetAdded
Icon target added event.
|
static int |
IconTargetRemoved
Icon target removed event.
|
static int |
IconUnheld
Icon no longer held event.
|
static int |
IconUnUserState
Icon no longer "user state" event.
|
static int |
IconUserState
Icon "user state" event.
|
Constructor and Description |
---|
MapEvent(java.lang.Object source,
int type,
java.lang.Object icon) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getIcon()
Get the Icon associated with this event.
|
int |
getType()
Retrieve the type of the event.
|
public static final int IconMoved
public static final int IconMadeVisible
public static final int IconMadeInvisible
public static final int IconHeld
public static final int IconUnheld
public static final int IconUserState
public static final int IconUnUserState
public static final int IconTargetAdded
public static final int IconTargetRemoved