Interface SignalHandler.SignalCallback

All Superinterfaces:
com.sun.jna.Callback
Enclosing class:
SignalHandler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SignalHandler.SignalCallback extends com.sun.jna.Callback
Default signal callback
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.sun.jna.Callback

    com.sun.jna.Callback.UncaughtExceptionHandler
  • Field Summary

    Fields inherited from interface com.sun.jna.Callback

    FORBIDDEN_NAMES, METHOD_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(long self)
     
  • Method Details

    • invoke

      void invoke(long self)