Interface TreeTask
-
- All Known Implementing Classes:
BranchTask
,LeafTask
public interface TreeTask
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute()
Execute this task.
-
BranchTask
, LeafTask
public interface TreeTask
Modifier and Type | Method | Description |
---|---|---|
void |
execute() |
Execute this task.
|