Package org.correomqtt.gui.helper
Class CheckTopicHelper
java.lang.Object
org.correomqtt.gui.helper.CheckTopicHelper
public class CheckTopicHelper extends Object
-
Constructor Summary
Constructors Constructor Description CheckTopicHelper() -
Method Summary
Modifier and Type Method Description static booleancheckPublishTopic(javafx.scene.control.ComboBox<String> comboBox, boolean save)static booleancheckSubscribeTopic(javafx.scene.control.ComboBox<String> comboBox, boolean save, boolean afterSubscribe)
-
Constructor Details
-
CheckTopicHelper
public CheckTopicHelper()
-
-
Method Details
-
checkPublishTopic
public static boolean checkPublishTopic(javafx.scene.control.ComboBox<String> comboBox, boolean save) -
checkSubscribeTopic
public static boolean checkSubscribeTopic(javafx.scene.control.ComboBox<String> comboBox, boolean save, boolean afterSubscribe)
-