Package org.gvsig.fmap.mapcontext.events
Class AtomicEvent
java.lang.Object
org.gvsig.fmap.mapcontext.events.FMapEventBase
org.gvsig.fmap.mapcontext.events.AtomicEvent
- All Implemented Interfaces:
FMapEvent
An atomic event represents a group of events that will be attended without any interruption.
This kind of events are created by the buffer of events of the MapContext.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns all color events that constitute this one.getEvent(int index) Returns the event at the specified position in the internal list.intReturns the number of events that constitute this one.Returns all extent events that constitute this one.Returns all layer collection events that constitute this one.Returns all layer events that constitute this one.Returns all legend events that constitute this one.Returns all projection events that constitute this one.Returns all vector layer selection events that constitute this one.Methods inherited from class org.gvsig.fmap.mapcontext.events.FMapEventBase
getEventType, setEventType
-
Constructor Details
-
AtomicEvent
Creates a new instance of this kind of event.
- Parameters:
fmapEvents- events that will constitute this one
-
-
Method Details
-
getEvent
Returns the event at the specified position in the internal list.
- Parameters:
index- index of event to return- Returns:
- event at the specified position in this list
-
getEventCount
public int getEventCount()Returns the number of events that constitute this one.
- Returns:
- number of events that constitute this one
-
getLegendEvents
Returns all legend events that constitute this one.
- Returns:
- an array with all legend events that constitute this one
-
getLayerCollectionEvents
Returns all layer collection events that constitute this one.
- Returns:
- an array with all layer collection events that constitute this one
-
getSelectionEvents
Returns all vector layer selection events that constitute this one.
- Returns:
- an array with all vector layer selection events that constitute this one
-
getExtentEvents
Returns all extent events that constitute this one.
- Returns:
- an array with all extent events that constitute this one
-
getLayerEvents
Returns all layer events that constitute this one.
- Returns:
- an array with all layer events that constitute this one
-
getColorEvents
Returns all color events that constitute this one.
- Returns:
- an array with all color events that constitute this one
-
getProjectionEvents
Returns all projection events that constitute this one.
- Returns:
- an array with all projection events that constitute this one
-