All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface tea.awt.bar.StatusListener

public interface interface StatusListener

A StatusListener is a simple object that listens to the status of the program and displays it in some ways. For example a Statusbar is a StatusListener

Version:
1.0 beta - 31 May 1997
Author:
Leonardo Boselli
See Also:
Statusbar

Method Index

 o setStatus(String)
Shows the status of the owner.

Methods

 o setStatus
 public abstract void setStatus(String s)
Shows the status of the owner.

Parameters:
s - the status.

All Packages  Class Hierarchy  This Package  Previous  Next  Index