Uses of Interface
celeboss.data.Monitorable

Packages that use Monitorable
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 Monitorable in celeboss.data
 

Classes in celeboss.data that implement Monitorable
 class Celebrity
          This class represents the stored data of a Celebrity in the remote system.
 class MiniLeague
          This class represents a single mini league in the Celebdaq.
 class Portfolio
          This class represents a Portfolio associated to an account.
 class PurchasedShares
          This class represents a block of shares assigned to a Celebrity
 class ShareBlock
          Class represents ablock of sharesin a single Celebrity.
 

Uses of Monitorable in celeboss.ui
 

Methods in celeboss.ui with parameters of type Monitorable
 int MonitorableTableModel.addObject(Monitorable newObject)
          Add a new object to this table model.
 int MonitorableTableModel.removeObject(Monitorable object)
          Remove the specifed object.