Package org.gvsig.fmap.mapcontext.events
Interface FMapEvent
- All Known Subinterfaces:
LegendEvent,RasterLegendEvent,VectorLegendEvent
- All Known Implementing Classes:
AtomicEvent,ChangeColorInterpretationEvent,ChangeOperationListEvent,ChangePaletteBandEvent,ChangePaletteEvent,ClassificationLegendEvent,ColorEvent,ErrorEvent,ExtentEvent,FMapEventBase,IntervalLegendEvent,LabelLegendEvent,LayerCollectionEvent,LayerDrawEvent,LayerEvent,LayerPositionEvent,LegendChangedEvent,LegendClearEvent,LegendEventBase,ProjectionEvent,RasterLegendEventBase,SelectionEvent,SymbolLegendEvent,ValueLegendEvent,VectorLegendEventBase
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.
-
Method Summary
Modifier and TypeMethodDescriptionintGets the type of this event.voidsetEventType(int eventType) Sets the type of the event.
-
Method Details
-
getEventType
int getEventType()Gets the type of this event.
- Returns:
- the type of this event
-
setEventType
void setEventType(int eventType) Sets the type of the event.
- Parameters:
eventType- the number that identifies this event's type
-