Interface AddressedAction

  • All Known Implementing Classes:
    AddressedOfferAction, AddressedRequestAction

    public interface AddressedAction
    Interface for an addressed action. An addressed action must provide a method to retrieve the corresponding address.
    Author:
    Davide Basile
    • Method Detail

      • getAddress

        Address getAddress()
        Returns the address of this object
        Returns:
        the address of this object