All Packages Class Hierarchy This Package Previous Next Index
NSApplication
class.
The methods in this interface are notifications methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- applicationDidBecomeActive:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
- applicationDidFinishLaunching:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
- applicationDidHide:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
- applicationDidResignActive:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
- applicationDidUnhide:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
- applicationDidUpdate:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
- applicationWillBecomeActive:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
- applicationWillFinishLaunching:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
- applicationWillHide:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
- applicationWillResignActive:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
- applicationWillTerminate:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
- applicationWillUnhide:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
- applicationWillUpdate:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
public abstract void applicationWillFinishLaunching(Notification notification)
- applicationWillFinishLaunching:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
public abstract void applicationDidFinishLaunching(Notification notification)
- applicationDidFinishLaunching:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
public abstract void applicationWillHide(Notification notification)
- applicationWillHide:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
public abstract void applicationDidHide(Notification notification)
- applicationDidHide:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
public abstract void applicationWillUnhide(Notification notification)
- applicationWillUnhide:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
public abstract void applicationDidUnhide(Notification notification)
- applicationDidUnhide:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
public abstract void applicationWillBecomeActive(Notification notification)
- applicationWillBecomeActive:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
public abstract void applicationDidBecomeActive(Notification notification)
- applicationDidBecomeActive:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
public abstract void applicationWillResignActive(Notification notification)
- applicationWillResignActive:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
public abstract void applicationDidResignActive(Notification notification)
- applicationDidResignActive:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
public abstract void applicationWillUpdate(Notification notification)
- applicationWillUpdate:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
public abstract void applicationDidUpdate(Notification notification)
- applicationDidUpdate:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
public abstract void applicationWillTerminate(Notification notification)
- applicationWillTerminate:
Objective-C instance method
associated to notifications sent by the Application
class
(known as the NSApplication
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index