Package jadex.micro.mandelbrot.generate
Interface IGenerateGui
- All Known Implementing Classes:
GenerateAgent
public interface IGenerateGui
Interface for generate gui.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateData(AreaData data) Update the area data.voidupdateStatus(int cnt, int number) Update the status.
-
Method Details
-
updateData
Update the area data.- Parameters:
data- The data.
-
updateStatus
void updateStatus(int cnt, int number) Update the status.- Parameters:
cnt- The cnt.number- The number.
-