Package com.jbstrap.jbmap.events
Class LayerDrawnEvent
java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.jbmap.events.LayerDrawnEvent
public class LayerDrawnEvent
extends com.jbstrap.core.event.BaseEvent
A LayerDrawnEvent class contains the layer drawing event. These are the following:
- The name of the layer clicked on
- The name of the layer group clicked on
- The name of the layer clicked on
- Since:
- 4.0
-
Field Summary
Fields inherited from class com.jbstrap.core.event.BaseEvent
client, eventType, senderId
-
Constructor Summary
-
Method Summary
Methods inherited from class com.jbstrap.core.event.BaseEvent
b, b, getClient, getComponent, getEventId, getEventType, getSenderId
-
Constructor Details
-
LayerDrawnEvent
public LayerDrawnEvent()
-
-
Method Details
-
getName
Gets the unique name of the layer.- Returns:
- The unique name of the layer
-
getGroupName
Gets the unique name of the layer group.- Returns:
- The unique name of the layer group
-
getLayer
Gets the layer component.- Returns:
- The layer component
-
fireEvent
public void fireEvent()- Specified by:
fireEvent
in classcom.jbstrap.core.event.BaseEvent
-