JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
myhw2.command
Interface Command
All Known Implementing Classes:
CmdAdd
,
CmdClear
,
CmdIn
,
CmdOut
public interface
Command
A simple command interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
run
()
The command body.
Method Detail
run
boolean
run
()
The command body.
Returns:
true if command succeeds, false otherwise
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method