public interface FMapEvent
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.
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType()
Gets the type of this event.
|
void |
setEventType(int eventType)
Sets the type of the event.
|