Uses of Class
energyTycoon.customer.Customer

Packages that use Customer
energyTycoon   
energyTycoon.client   
energyTycoon.customer   
energyTycoon.game   
energyTycoon.gui.game   
energyTycoon.player   
 

Uses of Customer in energyTycoon
 

Methods in energyTycoon that return Customer
 Customer Supplying.getCustomer()
          Assessor on customer
 

Constructors in energyTycoon with parameters of type Customer
Supplying(FullPlayer player, Customer customer, int date, int price)
          Supplying Constructor
 

Uses of Customer in energyTycoon.client
 

Methods in energyTycoon.client that return types with arguments of type Customer
 java.util.Vector<Customer> ClientManagement.getAllCustomers()
          get all customers
 

Uses of Customer in energyTycoon.customer
 

Subclasses of Customer in energyTycoon.customer
 class City
           
 class Industry
           
 

Uses of Customer in energyTycoon.game
 

Methods in energyTycoon.game that return types with arguments of type Customer
 java.util.Vector<Customer> ClientGame.getAllCustomers()
           
 

Methods in energyTycoon.game with parameters of type Customer
 void ClientGame.addCustomer(Customer cust)
          add a customer to the list
 

Uses of Customer in energyTycoon.gui.game
 

Methods in energyTycoon.gui.game that return Customer
 Customer CustomerPanel.getCustomer()
           
 

Methods in energyTycoon.gui.game that return types with arguments of type Customer
 java.util.Vector<Customer> GameListener.getAllCustomers()
          get all customers
 

Constructors in energyTycoon.gui.game with parameters of type Customer
CustomerPanel(GameListener gameListener, GuiGame gui, Customer customer)
           
 

Uses of Customer in energyTycoon.player
 

Fields in energyTycoon.player declared as Customer
 Customer Player.myCustomer
           
 

Methods in energyTycoon.player with parameters of type Customer
 void FullPlayer.askChangeClientPrice(Customer cust, int price)