Interface ISailorState

  • All Superinterfaces:
    IPerson, ISailors
    All Known Implementing Classes:
    SailorsState

    public interface ISailorState
    extends ISailors
    Defining the sailor state
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Jan 26, 2013
    • Method Detail

      • setNumberOfSailors

        void setNumberOfSailors​(int number)
        Set the number of sailors
      • hire

        void hire()
        Hire a single sailor.
      • numberOfSailorsProperty

        javafx.beans.property.IntegerProperty numberOfSailorsProperty()
      • fire

        void fire()
        Fire a single sailor.