Class LayerMouseOutEvent

java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.jbmap.events.LayerMouseOutEvent

public class LayerMouseOutEvent extends com.jbstrap.core.event.BaseEvent
The LayerMouseOutEvent class contains the details of the layer�s mouse out event. These are the following:
  • The unique name of the current layer
  • The unique name of the current layer group
  • The name of the layer component
Since:
4.0
  • Constructor Details

    • LayerMouseOutEvent

      public LayerMouseOutEvent()
  • Method Details

    • getName

      public String getName()
      Gets the layer's unique name.
      Returns:
      The layer's unique name
    • getGroupName

      public String getGroupName()
      Gets the layer group's unique name.
      Returns:
      The layer group's unique name
    • getLayer

      public BaseLayer<?> getLayer()
      Gets the layer component.
      Returns:
      The layer component
    • fireEvent

      public void fireEvent()
      Specified by:
      fireEvent in class com.jbstrap.core.event.BaseEvent