Interface EconomyHandler

All Superinterfaces:
Nameable
All Known Subinterfaces:
BankEconomyHandler
All Known Implementing Classes:
Government, Nation, Resident, Town

public interface EconomyHandler extends Nameable
An interface used to show that an object is capable of participating in economy specific tasks.
Author:
Suneet Tipirneni (Siris)
  • Method Details

    • getAccount

      Account getAccount()
      Gets the Account associated with this object.
      Returns:
      An Account for this class.