Uses of Interface
com.thecoderscorner.menu.remote.ConnectorFactory
-
Packages that use ConnectorFactory Package Description com.thecoderscorner.menu.remote.rs232 com.thecoderscorner.menu.remote.socket -
-
Uses of ConnectorFactory in com.thecoderscorner.menu.remote.rs232
Classes in com.thecoderscorner.menu.remote.rs232 that implement ConnectorFactory Modifier and Type Class Description classRs232ControllerBuilderCreates an instance of a RS232 based controller to a given port, and connects it with the selected menu. -
Uses of ConnectorFactory in com.thecoderscorner.menu.remote.socket
Classes in com.thecoderscorner.menu.remote.socket that implement ConnectorFactory Modifier and Type Class Description classSocketControllerBuilderCreates an instance of a socket based controller to a given port, and connects it with the selected menu.
-