Uses of Interface
jmri.jmrit.logixng.Base.RunnableWithBase
-
Packages that use Base.RunnableWithBase Package Description jmri.jmrit.logixng jmri.jmrit.logixng.implementation -
-
Uses of Base.RunnableWithBase in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng with parameters of type Base.RunnableWithBase Modifier and Type Method Description default void
Base. forEntireTree(Base.RunnableWithBase r)
Do something on every item in the sub tree of this item. -
Uses of Base.RunnableWithBase in jmri.jmrit.logixng.implementation
Methods in jmri.jmrit.logixng.implementation with parameters of type Base.RunnableWithBase Modifier and Type Method Description void
AbstractFemaleSocket. forEntireTree(Base.RunnableWithBase r)
Do something on every item in the sub tree of this item.
-