public class FMapEventBase extends java.lang.Object implements FMapEvent
Constructor and Description |
---|
FMapEventBase() |
Modifier and Type | Method and Description |
---|---|
int |
getEventType()
Gets the type of this event.
|
void |
setEventType(int eventType)
Sets the type of the event.
|
public int getEventType()
Gets the type of this event.
getEventType
in interface FMapEvent
public void setEventType(int eventType)
Sets the type of the event.
setEventType
in interface FMapEvent
eventType
- the number that identifies this event's type