Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.swt.browser
Interface TitleListener

All Superinterfaces:
EventListener, org.eclipse.swt.internal.SWTEventListener

public interface TitleListener
extends org.eclipse.swt.internal.SWTEventListener

This listener interface may be implemented in order to receive a TitleEvent notification when the title of the document displayed in a Browser is known or has been changed.

Since:
3.0
See Also:
Browser.addTitleListener(TitleListener), Browser.removeTitleListener(TitleListener)

Method Summary
 void changed ( TitleEvent event)
          This method is called when the title of the current document is available or has changed.
 

Method Detail

changed

void changed(
TitleEvent event)
This method is called when the title of the current document is available or has changed.

The following fields in the TitleEvent apply:

  • (in) title the title of the current document
  • (in) widget the Browser whose current document's title is known or modified

Parameters:
event - the TitleEvent that contains the title of the document currently displayed in a Browser
Since:
3.0

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire