Class ViewTransactionCommListener

java.lang.Object
com.iizigo.panel.ViewTransactionCommListener
All Implemented Interfaces:
ITransactionProcessor

public class ViewTransactionCommListener extends Object implements ITransactionProcessor
Communication instance for any panel using web socket transaction to a panel view.
Author:
Christopher Mindus
  • Constructor Details

    • ViewTransactionCommListener

      public ViewTransactionCommListener(PanelEditor editor, UIPanelBase panel)
      Constructor for a Panel View.
      Parameters:
      editor - Potential panel editor instance, may be null.
      panel - The panel to view.
    • ViewTransactionCommListener

      public ViewTransactionCommListener(PanelEditor editor, UIPanelBase panel, Worker worker, String lang, String theme)
      Constructor for a Design Viewer.
      Parameters:
      editor - Potential panel editor instance, may be null.
      panel - The panel to view.
      worker - The worker for the session, null if Panel View.
      lang - The language to use, null for default.
      theme - Requested theme, null for default.
    • ViewTransactionCommListener

      public ViewTransactionCommListener(PanelEditor editor, UIPanelBase panel, Worker worker, String lang, String theme, boolean isDeviceCast)
      Constructor for a Design Viewer.
      Parameters:
      editor - Potential panel editor instance, may be null.
      panel - The panel to view.
      worker - The worker for the session, null if Panel View.
      lang - The language, null for none.
      theme - The theme, null for none.
      isDeviceCast - Flag for "device cast mode".
  • Method Details