|
Navigation: Programming Cookbook > External Interfacing > External Callbacks |
![]() ![]()
|
Dolphin's external callback facilities are intended to support situations where an external interface expects a function pointer that it then "calls back" (for example a window procedure). They should not be confused with VM callbacks, which are a form of interrupt from the VM to run Smalltalk code on its behalf.