Uses of Class
jmri.Manager.ManagerDataEvent
Packages that use Manager.ManagerDataEvent
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI managers.
-
Uses of Manager.ManagerDataEvent in jmri
Methods in jmri with parameters of type Manager.ManagerDataEventModifier and TypeMethodDescriptionvoidManager.ManagerDataListener.contentsChanged(Manager.ManagerDataEvent<E> e) Sent when the contents of the list has changed in a way that's too complex to characterize with the previous methods.voidManager.ManagerDataListener.intervalAdded(Manager.ManagerDataEvent<E> e) Sent after the indices in the index0,index1 interval have been inserted in the data model.voidManager.ManagerDataListener.intervalRemoved(Manager.ManagerDataEvent<E> e) Sent after the indices in the index0,index1 interval have been removed from the data model. -
Uses of Manager.ManagerDataEvent in jmri.managers
Methods in jmri.managers with parameters of type Manager.ManagerDataEventModifier and TypeMethodDescriptionvoidAbstractProxyManager.contentsChanged(Manager.ManagerDataEvent<E> e) Sent when the contents of the list has changed in a way that's too complex to characterize with the previous methods.voidAbstractProxyManager.intervalAdded(Manager.ManagerDataEvent<E> e) Sent after the indices in the index0,index1 interval have been inserted in the data model.voidAbstractProxyManager.intervalRemoved(Manager.ManagerDataEvent<E> e) Sent after the indices in the index0,index1 interval have been removed from the data model.