org.apache.cocoon.faces.samples.components.components
Class AreaSelectedEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.apache.cocoon.faces.samples.components.components.AreaSelectedEvent
- All Implemented Interfaces:
- Serializable
public class AreaSelectedEvent
- extends javax.faces.event.ActionEvent
An ActionEvent
indicating that the specified AreaComponent
has just become the currently selected hotspot within the source
MapComponent
.
- See Also:
- Serialized Form
Methods inherited from class javax.faces.event.ActionEvent |
isAppropriateListener, processListener |
Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
AreaSelectedEvent
public AreaSelectedEvent(MapComponent map)
Construct a new AreaSelectedEvent
from the specified
source map.
- Parameters:
map
- The MapComponent
originating this event
getMapComponent
public MapComponent getMapComponent()
Return the MapComponent
of the map for which an area
was selected.
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.