Package org.gvsig.fmap.mapcontext.events
Class FMapEventBase
java.lang.Object
org.gvsig.fmap.mapcontext.events.FMapEventBase
- All Implemented Interfaces:
FMapEvent
- Direct Known Subclasses:
AtomicEvent,ColorEvent,ErrorEvent,ExtentEvent,LayerCollectionEvent,LayerDrawEvent,LayerEvent,LegendEventBase,ProjectionEvent,SelectionEvent
- Author:
- fdiaz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the type of this event.voidsetEventType(int eventType) Sets the type of the event.
-
Constructor Details
-
FMapEventBase
public FMapEventBase()
-
-
Method Details
-
getEventType
public int getEventType()Gets the type of this event.
- Specified by:
getEventTypein interfaceFMapEvent- Returns:
- the type of this event
-
setEventType
public void setEventType(int eventType) Sets the type of the event.
- Specified by:
setEventTypein interfaceFMapEvent- Parameters:
eventType- the number that identifies this event's type
-