Package de.hamstersimulator.objectsfirst.adapter


package de.hamstersimulator.objectsfirst.adapter
  • Interface Summary
    Interface
    Description
    Makes it possible to control the execution of the associated hamster game supported features are undo(All), redo(All) speed pause(Async), resume, stop mode (read-only)
    Interface to interact with a UI or mock object for reading values from the user.
  • Class Summary
    Class
    Description
    Provides all components of a game which are necessary to attach a UI or a test framework to a game territory: makes it possible to bind to the territory and observe changes on it controller: makes it possible to control the associated game: stop, pause etc. log: makes it possible to display log messages Also supports adding inputInterfaces via addInputInterface.
    Besides inputInterfaces and the controller, this class only provides read-only access.