Interface NSMachPortDelegate

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void handleMachMessage​(org.moe.natj.general.ptr.VoidPtr msg)
      Delegates are sent this if they respond, otherwise they are sent handlePortMessage:; argument is the raw Mach message
    • Method Detail

      • handleMachMessage

        default void handleMachMessage​(org.moe.natj.general.ptr.VoidPtr msg)
        Delegates are sent this if they respond, otherwise they are sent handlePortMessage:; argument is the raw Mach message