Uses of Class
jmri.Manager.ManagerDataEvent
-
Packages that use Manager.ManagerDataEvent Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.managers Provides implementations of various JMRI managers. -
-
Uses of Manager.ManagerDataEvent in jmri
Methods in jmri with parameters of type Manager.ManagerDataEvent Modifier and Type Method Description void
Manager.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.void
Manager.ManagerDataListener. intervalAdded(Manager.ManagerDataEvent<E> e)
Sent after the indices in the index0,index1 interval have been inserted in the data model.void
Manager.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.ManagerDataEvent Modifier and Type Method Description void
AbstractProxyManager. 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.void
AbstractProxyManager. intervalAdded(Manager.ManagerDataEvent<E> e)
Sent after the indices in the index0,index1 interval have been inserted in the data model.void
AbstractProxyManager. intervalRemoved(Manager.ManagerDataEvent<E> e)
Sent after the indices in the index0,index1 interval have been removed from the data model.
-