Package apple.foundation.protocol
Interface NSMachPortDelegate
-
- All Superinterfaces:
NSPortDelegate
public interface NSMachPortDelegate extends NSPortDelegate
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidhandleMachMessage(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
-