version 1.15, 2002/04/08 22:30:20
|
version 1.16, 2002/04/10 07:46:37
|
Line 45
|
Line 45
|
class nsCocoaBrowserListener; |
class nsCocoaBrowserListener; |
class nsIDOMWindow; |
class nsIDOMWindow; |
class nsIWebBrowser; |
class nsIWebBrowser; |
|
class nsIDOMNode; |
|
class nsIDOMEvent; |
|
|
// Protocol implemented by anyone interested in progress |
// Protocol implemented by anyone interested in progress |
// related to a BrowserView. A listener should explicitly |
// related to a BrowserView. A listener should explicitly |
Line 59 class nsIWebBrowser;
|
Line 61 class nsIWebBrowser;
|
- (void)onProgressChange:(int)currentBytes outOf:(int)maxBytes; |
- (void)onProgressChange:(int)currentBytes outOf:(int)maxBytes; |
- (void)onLocationChange:(NSURL*)url; |
- (void)onLocationChange:(NSURL*)url; |
- (void)onStatusChange:(NSString*)aMessage; |
- (void)onStatusChange:(NSString*)aMessage; |
|
// Called when a context menu should be shown. |
|
- (void)onShowContextMenu:(int)flags domEvent:(nsIDOMEvent*)aEvent domNode:(nsIDOMNode*)aNode; |
@end |
@end |
|
|
typedef enum { |
typedef enum { |