Package jam.panels
Interface StatusListener
-
- All Known Implementing Classes:
StatusBar
,StatusPanel
public interface StatusListener
- Author:
- rambaut Date: Jul 27, 2004 Time: 10:04:04 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
statusChanged(int status, java.lang.String statusText)
Called when the status is to be changed.
-