|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cuny.cat.market.AuctioneerPolicy
edu.cuny.cat.market.subscribing.SubscribingPolicy
public abstract class SubscribingPolicy
A subscribing policy determines whether to subscribe for information from specialists and which specialists to choose.
Default Base
| subscribing |
| Field Summary | |
|---|---|
static java.lang.String |
P_DEF_BASE
|
| Fields inherited from class edu.cuny.cat.market.AuctioneerPolicy |
|---|
auctioneer |
| Constructor Summary | |
|---|---|
SubscribingPolicy()
|
|
| Method Summary | |
|---|---|
void |
eventOccurred(AuctionEvent event)
|
protected abstract java.lang.String[] |
getSubscribees()
|
| Methods inherited from class edu.cuny.cat.market.AuctioneerPolicy |
|---|
getAuctioneer, initialize, reset, setAuctioneer, setup, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String P_DEF_BASE
| Constructor Detail |
|---|
public SubscribingPolicy()
| Method Detail |
|---|
protected abstract java.lang.String[] getSubscribees()
public void eventOccurred(AuctionEvent event)
eventOccurred in interface AuctionEventListenereventOccurred in class AuctioneerPolicy
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||