Package sun.misc
Interface SignalHandler
-
public interface SignalHandler
-
-
Field Summary
Fields Modifier and Type Field Description static SignalHandler
SIG_DFL
static SignalHandler
SIG_IGN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(Signal var1)
-
-
-
Field Detail
-
SIG_DFL
static final SignalHandler SIG_DFL
-
SIG_IGN
static final SignalHandler SIG_IGN
-
-
Method Detail
-
handle
void handle(Signal var1)
-
-