Interface AddressListener

    • Method Detail

      • notifyAddressChosen

        void notifyAddressChosen​(LocoAddress address)
        Receive notification that a new address has been selected.
        Parameters:
        address - The address that is now selected.
      • notifyAddressReleased

        void notifyAddressReleased​(LocoAddress address)
        Receive notification that an address has been released/dispatched
        Parameters:
        address - The address released/dispatched
      • notifyConsistAddressChosen

        void notifyConsistAddressChosen​(LocoAddress address)
        Receive notification that a new Consist address has been selected.
        Parameters:
        address - The address that is now selected.
      • notifyConsistAddressReleased

        void notifyConsistAddressReleased​(LocoAddress address)
        Receive notification that a consist address has been released/dispatched.
        Parameters:
        address - The address that is now selected.