org.opengis.display.container
Class ContainerEvent
Object
EventObject
ContainerEvent
- All Implemented Interfaces:
- Serializable
public abstract class ContainerEvent
- extends EventObject
Event sent to container listeners when
a graphics changed.
- Since:
- GeoAPI 2.2
- See Also:
- Serialized Form
ContainerEvent
public ContainerEvent(GraphicsContainer source)
- Creates an event emitted by the given source.
- Parameters:
source - The source, or null if unknown.
getSource
public GraphicsContainer getSource()
- Returns the source of thie event.
- Overrides:
getSource in class EventObject
- Returns:
- The source of this event, or
null if unknown.
getGraphics
public abstract Collection<Graphic> getGraphics()
- Returns the graphics affected by this event
- Returns:
- The graphics affected by this event.
Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.