|
Großmarkt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener interface that enables Objects to listen to offer specific events and react on them.
Method Summary | |
void |
countArticles(String articleKey,
SProcessWorker spw)
Invoked when the global count of an article is needed. |
void |
offerEmpty(String articleKey)
Invoked when a shortage of an article occured. |
void |
wakeUpOrders()
Invoked when a delivery enters the market. |
Method Detail |
public void countArticles(String articleKey, SProcessWorker spw)
articleKey
- the key of the article which count is needed.spw
- the SProcessWorker from which the request came from.public void offerEmpty(String articleKey)
articleKey
- the key of the article which is currently unavaible.public void wakeUpOrders()
|
Großmarkt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |