Package com.jbstrap.jbmap.events
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
-
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
-
LayerMouseOutEvent
public LayerMouseOutEvent()
-
-
Method Details
-
getName
Gets the layer's unique name.- Returns:
- The layer's unique name
-
getGroupName
Gets the layer group's unique name.- Returns:
- The layer group's unique name
-
getLayer
Gets the layer component.- Returns:
- The layer component
-
fireEvent
public void fireEvent()- Specified by:
fireEvent
in classcom.jbstrap.core.event.BaseEvent
-