|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OrderNotifier | |
| celeboss.data | This package provides all the required classes of the data model. |
| celeboss.ui | This package provides all the UI tool classes. |
| Uses of OrderNotifier in celeboss.data |
| Methods in celeboss.data with parameters of type OrderNotifier | |
java.lang.String |
Portfolio.buyShares(Celebrity celebrity,
int number,
OrderNotifier notify)
This will issue a buy order for the specified celebrity. |
java.lang.String |
Portfolio.sellShares(Celebrity celebrity,
int number,
OrderNotifier notify)
This will issue a sell order for the specified celebrity. |
| Uses of OrderNotifier in celeboss.ui |
| Classes in celeboss.ui that implement OrderNotifier | |
class |
PortfolioWindow
This window shos details of the portfolio |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||