SafariCloseEvent Class Reference
| Inherits from | |
| Technology area | Safari Extensions |
| Availability | Available in Safari 5.1 and later. |
Overview
Instances of the SafariCloseEvent class are used to notify listeners when a tab or window is closed.
The event type for this class is close.
When a window that contains multiple tabs is closed, close events are sent for each of the tabs, and then a close event is sent for the window.
This event does not bubble.
© 2011 Apple Inc. All Rights Reserved. (Last updated: 2011-05-26)