|
Großmarkt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--market.event.MarketEventAdapter
Convenience method that implements MarketEventListener with empty methods.
Constructor Summary | |
MarketEventAdapter()
|
Method Summary | |
void |
marketClosed()
Invoked when the market closes. |
void |
marketOpened()
Invoked when the market opens. |
void |
notifyOnMarketClosing()
Invoked when the manager announces closing-time. |
void |
notifyOnMarketNotClosing()
Invoked when the manager cancels closing-time announcement. |
void |
timeAdvanced()
Invoked when the date changes. |
void |
workerInformationChanged()
Invoked when a job enters the warehouse queue or a
warehouse worker logs on or off. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MarketEventAdapter()
Method Detail |
public void notifyOnMarketClosing()
notifyOnMarketClosing
in interface MarketEventListener
public void notifyOnMarketNotClosing()
notifyOnMarketNotClosing
in interface MarketEventListener
public void marketOpened()
marketOpened
in interface MarketEventListener
public void marketClosed()
marketClosed
in interface MarketEventListener
public void timeAdvanced()
timeAdvanced
in interface MarketEventListener
public void workerInformationChanged()
warehouse queue
or a
warehouse worker logs on or off.
workerInformationChanged
in interface MarketEventListener
|
Großmarkt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |