Interface IUser

  • All Superinterfaces:
    IScenarioRunner
    All Known Implementing Classes:
    ClosedWorkloadUser, OpenWorkloadUser

    public interface IUser
    extends IScenarioRunner
    Interface implemented by all users. Users have a behaviour as specified by IScenarioRunner and additionally contain a start method which informs them about their "birth"
    • Method Detail

      • startUserLife

        void startUserLife()
        Called by the framework to tell the user that he just was born and that he is now ready to conquer the world.