Class ClientEventHandler

java.lang.Object
com.shinyhut.vernacular.client.ClientEventHandler

public class ClientEventHandler extends Object
  • Field Details

    • session

      private final VncSession session
    • errorHandler

      private final Consumer<VncException> errorHandler
    • buttons

      private final List<Boolean> buttons
    • outputLock

      private final ReentrantLock outputLock
    • running

      private volatile boolean running
    • eventLoop

      private Thread eventLoop
    • mouseX

      private int mouseX
    • mouseY

      private int mouseY
  • Constructor Details

  • Method Details