All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface user.plot.PlotStatusHandler

public interface PlotStatusHandler
This interface should be implemented to show the status message of the PlotCanvas class.

See Also:
PlotCanvas

Method Index

 o showMessage(String, int)
Implement this method to show the plot status message.

Methods

 o showMessage
 public abstract void showMessage(String message,
                                  int canvas_state)
Implement this method to show the plot status message.

Parameters:
message - The plot status message to show.
canvas_state - The enter, be within, or exit the plot canvas state.
See Also:
ENTER, WITHIN, EXIT

All Packages  Class Hierarchy  This Package  Previous  Next  Index