|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectEventObject
FeatureEvent
@Deprecated public class FeatureEvent
Instances of this class are passed to the methods of FeatureListener
when a
new feature is added to, removed from, or changed within a given feature collection.
Field Summary |
---|
Fields inherited from class EventObject |
---|
source |
Constructor Summary | |
---|---|
FeatureEvent(FeatureCollection source,
List<String> fids)
Deprecated. Constructs a new event. |
Method Summary | |
---|---|
FeatureCollection |
getFeatureCollection()
Deprecated. Synonym for getSource() , but does the cast for you. |
List<String> |
getFeatureIDs()
Deprecated. Returns the IDs of the features that were affected. |
Object |
getSource()
Deprecated. Returns the source as a feature collection. |
Methods inherited from class EventObject |
---|
toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FeatureEvent(FeatureCollection source, List<String> fids)
source
- The source for this event.fids
- IDs of the features that were affected.Method Detail |
---|
public List<String> getFeatureIDs()
public Object getSource()
getSource
in class EventObject
public FeatureCollection getFeatureCollection()
getSource()
, but does the cast for you.
getSource()
in a J2SE 1.5 profile.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |