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

public class FMapEventBase extends Object implements FMapEvent
Author:
fdiaz
  • Constructor Details

    • FMapEventBase

      public FMapEventBase()
  • Method Details

    • getEventType

      public int getEventType()

      Gets the type of this event.

      Specified by:
      getEventType in interface FMapEvent
      Returns:
      the type of this event
    • setEventType

      public void setEventType(int eventType)

      Sets the type of the event.

      Specified by:
      setEventType in interface FMapEvent
      Parameters:
      eventType - the number that identifies this event's type