Uses of Interface
ch.ladestation.connectncharge.util.mvcbase.ControllerBase.SetterInterface
Packages that use ControllerBase.SetterInterface
Package
Description
infrastructure classes from the MVC template (https://github.com/Pi4J/pi4j-template-javafx).
-
Uses of ControllerBase.SetterInterface in ch.ladestation.connectncharge.util.mvcbase
Classes in ch.ladestation.connectncharge.util.mvcbase that implement ControllerBase.SetterInterfaceModifier and TypeClassDescriptionprotected static final classprotected static final classMethods in ch.ladestation.connectncharge.util.mvcbase with parameters of type ControllerBase.SetterInterfaceModifier and TypeMethodDescriptionprotected voidControllerBase.updateModel(ControllerBase.SetterInterface... setters) Use this if you need to update several ObservableValues in one async call.