public class FMapEvent extends Object
All events produced on a layer must be of a particular type.
FMapEvent
defines the least information that can have an event
produced on a layer, its type.
Constructor and Description |
---|
FMapEvent() |
Modifier and Type | Method and Description |
---|---|
int |
getEventType()
Gets the type of this event.
|
void |
setEventType(int eventType)
Sets the type of the event.
|