Class SunMiscSignal.SunMiscSignalHandler

  • All Implemented Interfaces:
    sun.misc.SignalHandler
    Enclosing class:
    SunMiscSignal

    private static class SunMiscSignal.SunMiscSignalHandler
    extends java.lang.Object
    implements sun.misc.SignalHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) SignalHandler handler  
      • Fields inherited from interface sun.misc.SignalHandler

        SIG_DFL, SIG_IGN
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(sun.misc.Signal signal)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SunMiscSignalHandler

        public SunMiscSignalHandler​(SignalHandler handler)
    • Method Detail

      • handle

        public void handle​(sun.misc.Signal signal)
        Specified by:
        handle in interface sun.misc.SignalHandler