Uses of Interface
org.robovm.rt.Signals.InstallSignalsCallback
| Package | Description |
|---|---|
| org.robovm.rt |
-
Uses of Signals.InstallSignalsCallback in org.robovm.rt
Methods in org.robovm.rt with parameters of type Signals.InstallSignalsCallback Modifier and Type Method Description static voidSignals. installSignals(Signals.InstallSignalsCallback callback)Saves the current signal handlers mach ports essential for RoboVM to work correctly then calls the specifiedSignals.InstallSignalsCallbackand finally restores the saved signals chaining them to installed ones properly.static voidSignals. installSignals(Signals.InstallSignalsCallback callback, boolean preservePorts)