Package oracle.spatial.network.nfe.model.event
Contains event definitions and listeners used in an NFE model
-
Interface Summary Interface Description NFEEventDispatcher<U extends java.util.EventListener> Defines a utility component used for firing eventsNFEModelListener The listener interface for receiving events from a first class model object such as NFEModel, NFENetwork or NFEFeatureLayer. -
Class Summary Class Description NFEBasicEventDispatcher<U extends java.util.EventListener> An implementation of NFEEventDispatcher that fires all the event in a single thread.NFEEventSupport<U extends java.util.EventListener> Utility class used to subscribe and remove listener used by class which fire model events.NFEModelEvent Root class of the Model Event hierarchy.NFEModelObjectEvent Represent a generic event related to an Object from the NFEModel.NFEModelObjectPropertyChangedEvent Event that contains information regarding to a changed property of a model object.NFEModelObjectsEvent An event where one or more model objects are involved -
Exception Summary Exception Description NFEEventDispatchException Represents an error when dispatching events and contains one or more EventListeners which failed to be notified for certain event.