|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatusShower
A tool for showing status line by the component MovingSpheresController
.
This interface declares only one showStatus(String)
method,
identical to the corresponding method of java.applet.Applet class.
This interface is implemented by MovingSpheresApplet
class.
If you want to use MovingSpheresController
class in your
own application, not a Java applet, you need to implement this interface to work with that component.
AlgART Laboratory 2010
Modifier and Type | Method and Description |
---|---|
void |
showStatus(java.lang.String message)
Requests that the argument string be displayed in the "status line". |
Method Detail |
---|
void showStatus(java.lang.String message)
message
- a string to display in the status line.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |