Class Handle.State

java.lang.Object
ghidra.pty.windows.Handle.State
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
PseudoConsoleHandle.PseudoConsoleState
Enclosing class:
Handle

protected static class Handle.State extends Object implements Runnable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final com.sun.jna.platform.win32.WinNT.HANDLE
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    State(com.sun.jna.platform.win32.WinNT.HANDLE handle)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • handle

      protected final com.sun.jna.platform.win32.WinNT.HANDLE handle
  • Constructor Details

    • State

      protected State(com.sun.jna.platform.win32.WinNT.HANDLE handle)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable