Uses of Interface
com.iizigo.comm.PanelEditorTransactionProcessor
Packages that use PanelEditorTransactionProcessor Package Description com.iizigo.comm Uses of PanelEditorTransactionProcessor in com.iizigo.comm
Methods in com.iizigo.comm that return PanelEditorTransactionProcessor Modifier and Type Method Description static PanelEditorTransactionProcessor[]
WebSocketServer. getPanelEditors()
Gets the list of available panel editors.Methods in com.iizigo.comm with parameters of type PanelEditorTransactionProcessor Modifier and Type Method Description static java.lang.String
WebSocketServer. registerTransactionProcessor(PanelEditorTransactionProcessor listener)
Registers a transaction processor used for device connections.static void
WebSocketServer. unregisterTransactionProcessor(PanelEditorTransactionProcessor listener)
Unregisters a transaction processor used for device connections.