Class ControllerParent

java.lang.Object
VaxTodo.Controllers.ControllerParent
Direct Known Subclasses:
ControllerForgotPasswd, ControllerLogin, ControllerMenuEmploye, ControllerMenuGestionBenevoles, ControllerMenuGestionEmployes

public abstract class ControllerParent extends Object
Deprecated.
Will soon be deprecated since it is not that really usefull right now ¯\_(ツ)_/¯
Controller of Interface ViewMenuGestion Benevoles.fxml Displays data from csv file to interface and saves data from interface to csv file Let the user add, modify or delete Employe accounts
Since:
v1.0.0
Authors:
Mohamed, Christian, Louis
  • Constructor Details

    • ControllerParent

      public ControllerParent()
      Deprecated.
  • Method Details

    • setStageAndSetupListeners

      public abstract void setStageAndSetupListeners(javafx.stage.Stage stage, String currentUserStrFullName, long currentUserLngNoCompte, int currentUserIntCodeIdentification)
      Deprecated.