NSObject(GMUserFileSystemLifecycle) |
Extends Class: NSObject
Declared In: GMUserFileSystem
Optional delegate operations that get called as part of a file system's life cycle.
willMount |
Called just before the mount of the file system occurs.
- (void)willMount;
willUnmount |
Called just before an unmount of the file system will occur.
- (void)willUnmount;
Last Updated: Monday, November 17, 2008