Class EventBuffer

java.lang.Object
org.gvsig.fmap.mapcontext.events.listeners.EventBuffer
All Implemented Interfaces:
ViewPortListener, ViewPortListenerEx1, LayerCollectionListener, LayerListener, SelectionListener, LegendListener

EventBuffer represents a buffer of events that allows store listeners of events produced in layers of a MapContext instance, and configure its dispatching mode. The dispatching mode:
  • true : dispatches each new event received.
  • false : accumulates all new events received in a internal buffer, and only will dispatch them (according to the order they were received) when changes the mode.
Author:
gvSIG Team
See Also: