NSObject(GMUserFileSystemLifecycle)


Extends Class: NSObject
Declared In: GMUserFileSystem

Discussion

Optional delegate operations that get called as part of a file system's life cycle.



Methods

-willMount
Called just before the mount of the file system occurs.
-willUnmount
Called just before an unmount of the file system will occur.

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