All Packages Class Hierarchy This Package Previous Next Index
Interface semper.txlayer.exchange.Exchangeable
- public interface Exchangeable
- extends Describable, Transferable
Objects that want to participate in exchanges
must implement this, so the correct
ExchangeTransaction
(one day there may be more than the existing one)
can be found out.
-
getExchangeTransaction()
-
getExchangeTransaction
public abstract ExchangeTransaction getExchangeTransaction()
- Returns:
- A ExchangeTransaction that is suitable
to exchange the object that implements this interface.
All Packages Class Hierarchy This Package Previous Next Index