Uses of Interface
com.iizigo.comm.PanelEditorTransactionProcessor
Packages that use PanelEditorTransactionProcessor
Uses of PanelEditorTransactionProcessor in com.iizigo.comm
Methods in com.iizigo.comm that return PanelEditorTransactionProcessorModifier and TypeMethodDescriptionstatic PanelEditorTransactionProcessor[]WebSocketServer.getPanelEditors()Gets the list of available panel editors.Methods in com.iizigo.comm with parameters of type PanelEditorTransactionProcessorModifier and TypeMethodDescriptionstatic StringWebSocketServer.registerTransactionProcessor(PanelEditorTransactionProcessor listener) Registers a transaction processor used for device connections.static voidWebSocketServer.unregisterTransactionProcessor(PanelEditorTransactionProcessor listener) Unregisters a transaction processor used for device connections.