- All Implemented Interfaces:
Observer
, MarsTool
Simple Demo of Mars tool capability
-
Constructor Summary
Constructors
-
Method Summary
void
Return a name you have chosen for this tool.
void
-
-
Method Details
-
getName
Description copied from interface: MarsTool
Return a name you have chosen for this tool. It will appear as the
menu item.
- Specified by:
getName
in interface MarsTool
-
action
public void action()
Description copied from interface: MarsTool
Performs tool functions. It will be invoked when the tool is selected
from the Tools menu.
- Specified by:
action
in interface MarsTool
-