Package bit.connect
Class App
java.lang.Object
bit.connect.App
The App class represents the main entry point of the Bit Connect application.
It sets up the grid and users, and refreshes the cloud and grids periodically.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
App
public App()
-
-
Method Details
-
main
The main method is the entry point of the application. It sets up the grid and users, refreshes the cloud and grids, and prints the output.- Parameters:
args
- The command line arguments.
-
refresh
public static void refresh()The refresh method refreshes the cloud and all the grids.
-