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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Address
getAddress()
Returns the address of this object
-
-
-
Method Detail
-
getAddress
Address getAddress()
Returns the address of this object- Returns:
- the address of this object
-
-