fixed shutdown sequence, added better modularity

This commit is contained in:
Amer Agovic
2024-01-15 10:45:40 -06:00
parent 32cf0ecd66
commit 01d49e1ee9
40 changed files with 1464 additions and 386 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import java.io.IOException;
* control will be implemented via meta terminal which will return specialized terminals for each entity and running actions on it
* will modify the entity structure.
*
* the core of the temrminal will be the Action object. The others will just be wrappers for since item actions.
* the core of the temrminal will be the Action object. The others will just be wrappers for item actions.
* the action will be a read or write query with session management.
*/
public interface Terminal {