DiskArbitration.framework is available on OS X, and provides mechanisms for registering for mount/unmount notification and blocking mount/unmount events.
DiskArbitration.framework documentation is available here:
http://developer.apple.com/documentation/Darwin/Reference/DiscArbitrationFramework/
NSWorkspace can be used for a subset of the supported actions:
http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSWorkspace_Class/