public interface NSMachPortDelegate extends NSPortDelegate
| Modifier and Type | Method and 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
|