PageRenderTime 34ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/core/sdk-objc/Documentation/GMUserFileSystem/Categories/NSObject_GMUserFileSystemLifecycle_/CompositePage.html

http://macfuse.googlecode.com/
HTML | 52 lines | 52 code | 0 blank | 0 comment | 0 complexity | 5f8128783dbd0ce6508757eda2639e21 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, GPL-2.0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
  2. <html>
  3. <head>
  4. <title>NSObject(GMUserFileSystemLifecycle) </title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <meta name="generator" content="HeaderDoc">
  7. <style type="text/css"><!--.keyword {background:#ffffff; color:#761550;}.template {background:#ffffff; color:#761550;}.number {background: #ffffff; color:#0000ff;}.function {background:#ffffff; color:#000000;}.string {background: #ffffff; color:#891315;}.preprocessor {background:#ffffff; color:#236e25}.comment {background:#ffffff; color:#236e25}.char {background: #ffffff; color:#0000ff;}.var {background:#ffffff; color:#000000;}.type {background:#ffffff; color:#761550;}.param {background:#ffffff; color:#000000;}a:link {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #0000ff;}a:visited {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #0000ff;}a:visited:hover {text-decoration: underline; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #ff6600;}a:active {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #ff6600;}a:hover {text-decoration: underline; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #ff6600;}h4 {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: tiny; font-weight: bold;}body {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: 10pt;}--></style>
  8. </head>
  9. <body bgcolor="#ffffff">
  10. <a name="top"></a><a name="//apple_ref/doc/class/NSObject(GMUserFileSystemLifecycle)" title="NSObject(GMUserFileSystemLifecycle) "></a><hr>
  11. <table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5">
  12. <h1><a name="NSObject(GMUserFileSystemLifecycle)">NSObject(GMUserFileSystemLifecycle) </a></h1>
  13. </td></tr></table>
  14. <hr>
  15. <p><b>Extends&nbsp;Class:</b> <!-- a logicalPath="//apple_ref/occ/cl/NSObject" -->NSObject<!-- /a --><br><b>Declared In:</b> <a href="../../index.html" target="_top">GMUserFileSystem</a><br></p>
  16. <h5 class="tight">
  17. <font face="Lucida Grande,Helvetica,Arial">Discussion</font>
  18. </h5>
  19. <p><!-- begin discussion --> Optional delegate operations that get called as part of a file
  20. system's life cycle.
  21. <!-- end discussion --></p>
  22. <p></p>
  23. <hr>
  24. <br><h2>Methods</h2>
  25. <a name="HeaderDoc_methods"></a><dl>
  26. <dt><tt><a href="CompositePage.html#//apple_ref/doc/compositePage/occ/instm/NSObject(GMUserFileSystemLifecycle)/willMount" target="_top">-willMount</a></tt></dt>
  27. <dd>Called just before the mount of the file system occurs. </dd>
  28. <dt><tt><a href="CompositePage.html#//apple_ref/doc/compositePage/occ/instm/NSObject(GMUserFileSystemLifecycle)/willUnmount" target="_top">-willUnmount</a></tt></dt>
  29. <dd>Called just before an unmount of the file system will occur. </dd>
  30. </dl>
  31. <hr>
  32. <!-- headerDoc=instm; uid=//apple_ref/doc/compositePage/occ/instm/NSObject(GMUserFileSystemLifecycle)/willMount; name=NSObject(GMUserFileSystemLifecycle)::willMount --><a name="//apple_ref/doc/compositePage/occ/instm/NSObject(GMUserFileSystemLifecycle)/willMount"></a><table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5">
  33. <h3><a name="willMount">willMount</a></h3>
  34. </td></tr></table>
  35. <hr>
  36. <p><!-- begin abstract -->Called just before the mount of the file system occurs. <!-- end abstract --></p>
  37. <p></p>
  38. <pre>- (<!-- a logicalPath="//apple_ref/occ/cl/void //apple_ref/occ/tdef/void //apple_ref/occ/tag/void //apple_ref/occ/econst/void //apple_ref/occ/struct/void //apple_ref/occ/clconst/void //apple_ref/occ/intf/void" --><span class="type">void</span><!-- /a -->)<span class="var">willMount</span>;</pre>
  39. <p></p>
  40. <hr>
  41. <!-- headerDoc=instm; uid=//apple_ref/doc/compositePage/occ/instm/NSObject(GMUserFileSystemLifecycle)/willUnmount; name=NSObject(GMUserFileSystemLifecycle)::willUnmount --><a name="//apple_ref/doc/compositePage/occ/instm/NSObject(GMUserFileSystemLifecycle)/willUnmount"></a><table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5">
  42. <h3><a name="willUnmount">willUnmount</a></h3>
  43. </td></tr></table>
  44. <hr>
  45. <p><!-- begin abstract -->Called just before an unmount of the file system will occur. <!-- end abstract --></p>
  46. <p></p>
  47. <pre>- (<!-- a logicalPath="//apple_ref/occ/cl/void //apple_ref/occ/tdef/void //apple_ref/occ/tag/void //apple_ref/occ/econst/void //apple_ref/occ/struct/void //apple_ref/occ/clconst/void //apple_ref/occ/intf/void" --><span class="type">void</span><!-- /a -->)<span class="var">willUnmount</span>; </pre>
  48. <p></p>
  49. <p>Last Updated: Monday, November 17, 2008
  50. </p>
  51. </body>
  52. </html>