All Packages Class Hierarchy This Package Previous Next Index
Interface com.sgi.sysadm.ui.event.TitleListener
- public interface TitleListener
- extends EventListener
TitleListener is an interface for clients that want to
keep track of the current title of a UI component.
-
titleChanged(TitleEvent)
- Notification that the title has been set or modified.
titleChanged
public abstract void titleChanged(TitleEvent titleEvent)
- Notification that the title has been set or modified.
- Parameters:
- titleEvent - An event describing the new or
modified title.
All Packages Class Hierarchy This Package Previous Next Index