JavaScript is disabled on your browser.
Oracle® Spatial and Graph Java API Reference Release 19.1, E94803-01
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NFEModelObjectPropertyChangedEvent
public class NFEModelObjectEvent
extends NFEModelEvent
Represent a generic event related to an Object from the NFEModel.
It can contain a model object that was added or removed. The context is provided by the listener method that receives an instance of this class as parameter.
See Also:
Serialized Form
Constructor Summary
Constructors
Constructor and Description
NFEModelObjectEvent (java.lang.Object source,
java.lang.Object modelObject)
Allocates a new model object event object
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
NFEModelObjectEvent
public NFEModelObjectEvent(java.lang.Object source,
java.lang.Object modelObject)
Allocates a new model object event object
Parameters:
source
- Where the event was fired
modelObject
- The object related to this event
Oracle® Spatial and Graph Java API Reference Release 19.1, E94803-01
Copyright © 2007, 2019, Oracle and/or its affiliates. All Rights Reserved.