Uses of Interface
jmri.util.zeroconf.ZeroConfServiceListener
-
Packages that use ZeroConfServiceListener Package Description jmri.jmrit.withrottle jmri.util.zeroconf Provides utilities and classes for Zeroconf/Bonjour networking. -
-
Uses of ZeroConfServiceListener in jmri.jmrit.withrottle
Classes in jmri.jmrit.withrottle that implement ZeroConfServiceListener Modifier and Type Class Description class
FacelessServer
Copied from UserInterface, but with the UI stuff removed. -
Uses of ZeroConfServiceListener in jmri.util.zeroconf
Methods in jmri.util.zeroconf that return types with arguments of type ZeroConfServiceListener Modifier and Type Method Description java.util.List<ZeroConfServiceListener>
ZeroConfService. getListeners()
Get a list of the listeners for this service.Methods in jmri.util.zeroconf with parameters of type ZeroConfServiceListener Modifier and Type Method Description void
ZeroConfService. addEventListener(ZeroConfServiceListener l)
void
ZeroConfService. removeEventListener(ZeroConfServiceListener l)
-