|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionListener | |
---|---|
net.sf.freecol.client.gui.panel | Contains the panels and dialogs. |
net.sf.freecol.common.model | Contains the game model. |
Uses of TransactionListener in net.sf.freecol.client.gui.panel |
---|
Classes in net.sf.freecol.client.gui.panel that implement TransactionListener | |
---|---|
class |
EuropePanel.TransactionLog
To log transactions made in Europe |
Uses of TransactionListener in net.sf.freecol.common.model |
---|
Methods in net.sf.freecol.common.model that return TransactionListener | |
---|---|
TransactionListener[] |
Market.getTransactionListener()
Returns an array of all the TransactionListener added to this Market. |
Methods in net.sf.freecol.common.model with parameters of type TransactionListener | |
---|---|
void |
Market.addTransactionListener(TransactionListener listener)
Adds a transaction listener for notification of any transaction |
void |
Market.removeTransactionListener(TransactionListener listener)
Removes a transaction listener |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |